From 1500e972e2b0f0a687bc83308c868708ca5f7c16 Mon Sep 17 00:00:00 2001 From: Alex Yocom-Piatt Date: Fri, 22 Sep 2017 11:56:37 -0500 Subject: [PATCH] Bump for v1.1.0 (#867) --- cmd/dcrctl/version.go | 4 ++-- version.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/dcrctl/version.go b/cmd/dcrctl/version.go index 2af360c60e..5ee4d0679a 100644 --- a/cmd/dcrctl/version.go +++ b/cmd/dcrctl/version.go @@ -18,8 +18,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr // versioning 2.0.0 spec (http://semver.org/). const ( appMajor uint = 1 - appMinor uint = 0 - appPatch uint = 8 + appMinor uint = 1 + appPatch uint = 0 // appPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec. diff --git a/version.go b/version.go index ca9fd5daa6..b14b9105aa 100644 --- a/version.go +++ b/version.go @@ -18,8 +18,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr // versioning 2.0.0 spec (http://semver.org/). const ( appMajor uint = 1 - appMinor uint = 0 - appPatch uint = 8 + appMinor uint = 1 + appPatch uint = 0 // appPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec.