From 1b42b8704c347473570d0f487521cd176c3f328f Mon Sep 17 00:00:00 2001 From: Frank Braun Date: Fri, 12 Feb 2016 15:54:26 +0000 Subject: [PATCH] Bring version in sync with dcrd. --- cmd/dcrctl/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/dcrctl/version.go b/cmd/dcrctl/version.go index 024d0bb318..707c6fcc1c 100644 --- a/cmd/dcrctl/version.go +++ b/cmd/dcrctl/version.go @@ -18,7 +18,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr // versioning 2.0.0 spec (http://semver.org/). const ( appMajor uint = 0 - appMinor uint = 11 + appMinor uint = 0 appPatch uint = 1 // appPreRelease MUST only contain characters from semanticAlphabet