Skip to content

Commit

Permalink
update version number since it's not back-wards compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
tok-kkk committed Oct 31, 2019
1 parent a2cd16f commit a3ca7e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
wget https://github.com/tcnksm/ghr/releases/download/v0.13.0/ghr_v0.13.0_linux_amd64.tar.gz
tar xvzf ghr_v0.13.0_linux_amd64.tar.gz
mv ghr_v0.13.0_linux_amd64/ghr ghr
./ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete v2.3.0 ../artifacts/
./ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete 3.0.0 ../artifacts/
workflows:
version: 2.1
Expand Down
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func main() {
app := cli.NewApp()
app.Name = "Darknode CLI"
app.Usage = "A command-line tool for managing Darknodes."
app.Version = "2.3.0"
app.Version = "3.0.0"

// Fetch latest release and check if our version is bebind.
checkUpdates(app.Version)
Expand Down

0 comments on commit a3ca7e4

Please sign in to comment.