From 8efa8a6707ecab3cc1790c31c70454c933e56cd4 Mon Sep 17 00:00:00 2001 From: Silas Davis <github@silasdavis.net> Date: Tue, 31 Jan 2017 22:03:53 +0000 Subject: [PATCH] Target develop for v0.16.1 --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index d38381a3..dcf8c5c2 100644 --- a/version/version.go +++ b/version/version.go @@ -129,4 +129,4 @@ func (version *VersionIdentifier) MatchesMinorVersion( // IMPORTANT: Eris-DB version must be on the last line of this file for // the deployment script tests/build_tool.sh to pick up the right label. -const VERSION = "0.16.0" +const VERSION = "0.16.1" -- GitLab