From eed3959749e3ba020d65f6e450557d57ffbe2c24 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Sun, 9 Jul 2017 13:17:01 -0400 Subject: [PATCH] version bump --- CHANGELOG.md | 3 +++ version/version.go | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eb3c2f4a..83286d8ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ FEATURES: - Enable lower latency block commits by adding consensus reactor sleep durations and p2p flush throttle timeout to the config +IMPROVEMENTS: +- Better consensus logging + ## 0.10.1 (June 28, 2017) FEATURES: diff --git a/version/version.go b/version/version.go index e77f0e40c..23ea294c1 100644 --- a/version/version.go +++ b/version/version.go @@ -2,11 +2,11 @@ package version const Maj = "0" const Min = "10" -const Fix = "1" +const Fix = "2" var ( // The full version string - Version = "0.10.1" + Version = "0.10.2" // GitCommit is set with --ldflags "-X main.gitCommit=$(git rev-parse HEAD)" GitCommit string