From a9c9818bc92d1b190537125d2aede5d2a2f62b9c Mon Sep 17 00:00:00 2001 From: Victor Farazdagi Date: Wed, 28 Sep 2016 21:30:45 +0300 Subject: [PATCH] Version bump --- cmd/status/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/status/main.go b/cmd/status/main.go index fe095412a..12dacd759 100644 --- a/cmd/status/main.go +++ b/cmd/status/main.go @@ -10,7 +10,7 @@ var ( versionMajor = 0 // Major version component of the current release versionMinor = 9 // Minor version component of the current release - versionPatch = 0 // Patch version component of the current release + versionPatch = 1 // Patch version component of the current release versionMeta = "unstable" // Version metadata to append to the version string )