diff --git a/scripts/update.sh b/scripts/update.sh index a62f9aa..4f343bf 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -4,7 +4,7 @@ sudo rm /usr/bin/gbc # Downloading the latest version. -curl -LO https://github.com/AllanCapistrano/gbc/releases/download/v1.1.1/gbc +curl -LO https://github.com/AllanCapistrano/gbc/releases/download/v1.2.0/gbc # Moving the CLI and settings file. sudo mv gbc /usr/bin @@ -14,4 +14,4 @@ sudo chmod +x /usr/bin/gbc gbc --help -echo "gbc updated to version 1.1.1" \ No newline at end of file +echo "gbc updated to version 1.2.0" \ No newline at end of file