From 185e7cc51aae2d7c1955433cd3f38816076f9cc7 Mon Sep 17 00:00:00 2001 From: Patrick Crosby Date: Wed, 23 Dec 2015 12:16:19 -0600 Subject: [PATCH] Bump version, changelog --- go/CHANGELOG.md | 1 + go/libkb/version.go | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/go/CHANGELOG.md b/go/CHANGELOG.md index 26a8fe718dc2..c05c82aa8f7d 100644 --- a/go/CHANGELOG.md +++ b/go/CHANGELOG.md @@ -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 diff --git a/go/libkb/version.go b/go/libkb/version.go index 20b47ff0e529..6c15bd3e1f38 100644 --- a/go/libkb/version.go +++ b/go/libkb/version.go @@ -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"