Skip to content

Commit

Permalink
Bump version, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickxb committed Dec 23, 2015
1 parent ecea1cb commit 185e7cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions go/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## 1.0.7
- Don't mask errors in PromptSeletion (Commit: 060ff319e6b50aad09fd0162e50a3212c4f7516d)
- Periodic polling for new tracking statements (PR: keybase/client#1500)
- Testing command for fake new tracking notifications
Expand Down
4 changes: 2 additions & 2 deletions go/libkb/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
package libkb

// Version is the current version (should be MAJOR.MINOR.PATCH)
const Version = "1.0.6"
const Version = "1.0.7"

// DefaultBuild is the current build number
const DefaultBuild = "1"
const DefaultBuild = "0"

0 comments on commit 185e7cc

Please sign in to comment.