We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32a0adf commit ab31c02Copy full SHA for ab31c02
cmd/root.go
@@ -17,7 +17,7 @@ import (
17
"github.com/allancapistrano/user-input"
18
)
19
20
-const GBC_VERSION = "1.1.0"
+const GBC_VERSION = "1.1.1"
21
const SETTINGS_FILE_NAME = "gbc.conf"
22
23
// rootCmd represents the base command when called without any subcommands
scripts/install.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# Downloading the necessary files.
4
-curl -LO https://github.com/AllanCapistrano/gbc/releases/download/v1.1.0/gbc
+curl -LO https://github.com/AllanCapistrano/gbc/releases/download/v1.1.1/gbc
5
curl -O https://raw.githubusercontent.com/AllanCapistrano/gbc/main/config/gbc.conf
6
7
# Creating the config directory for gbc.
0 commit comments