Skip to content

Commit

Permalink
chore: update gbc version
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanCapistrano committed Jul 29, 2023
1 parent 8c981fc commit 108fe7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -14,4 +14,4 @@ sudo chmod +x /usr/bin/gbc

gbc --help

echo "gbc updated to version 1.1.1"
echo "gbc updated to version 1.2.0"

0 comments on commit 108fe7f

Please sign in to comment.