From ab31c02687b64c10c6b4aa46fe9e705c3b22bd49 Mon Sep 17 00:00:00 2001 From: AllanCapistrano Date: Fri, 21 Jul 2023 09:13:04 -0300 Subject: [PATCH] build: update gbc version --- cmd/root.go | 2 +- scripts/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/root.go b/cmd/root.go index f04168d..c7945b6 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -17,7 +17,7 @@ import ( "github.com/allancapistrano/user-input" ) -const GBC_VERSION = "1.1.0" +const GBC_VERSION = "1.1.1" const SETTINGS_FILE_NAME = "gbc.conf" // rootCmd represents the base command when called without any subcommands diff --git a/scripts/install.sh b/scripts/install.sh index 184aad4..0bcf162 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -1,7 +1,7 @@ #!/bin/bash # Downloading the necessary files. -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 curl -O https://raw.githubusercontent.com/AllanCapistrano/gbc/main/config/gbc.conf # Creating the config directory for gbc.