Skip to content

Commit ab31c02

Browse files
build: update gbc version
1 parent 32a0adf commit ab31c02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
"github.com/allancapistrano/user-input"
1818
)
1919

20-
const GBC_VERSION = "1.1.0"
20+
const GBC_VERSION = "1.1.1"
2121
const SETTINGS_FILE_NAME = "gbc.conf"
2222

2323
// rootCmd represents the base command when called without any subcommands

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Downloading the necessary files.
4-
curl -LO https://github.com/AllanCapistrano/gbc/releases/download/v1.1.0/gbc
4+
curl -LO https://github.com/AllanCapistrano/gbc/releases/download/v1.1.1/gbc
55
curl -O https://raw.githubusercontent.com/AllanCapistrano/gbc/main/config/gbc.conf
66

77
# Creating the config directory for gbc.

0 commit comments

Comments
 (0)