Skip to content

Commit

Permalink
Bump version to 1.0.6-0
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickxb committed Dec 10, 2015
1 parent b528edd commit 606989e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/libkb/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is autogenerated, see packaging/increment_build.sh
package libkb

const Version = "1.0.5"
const Build = 7
const Version = "1.0.6"
const Build = 0
2 changes: 2 additions & 0 deletions packaging/brew/brew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ cd $(brew --repository)
git checkout master
brew update
git checkout -b $version_branch
# this next step could be automated by copying the keybase.rb file from
# keybase/homebrew-beta repo:
brew edit keybase
brew audit keybase
brew tests
Expand Down

0 comments on commit 606989e

Please sign in to comment.