Skip to content

Commit

Permalink
build: update gbc version
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanCapistrano committed Jul 21, 2023
1 parent 32a0adf commit ab31c02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit ab31c02

Please sign in to comment.