From 0d406ffde87da224466ba5c83548941e15179872 Mon Sep 17 00:00:00 2001 From: "John C. Vernaleo" Date: Tue, 20 Jun 2017 16:20:12 -0400 Subject: [PATCH] Bump for v1.0.5 --- cmd/dcrctl/version.go | 2 +- version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/dcrctl/version.go b/cmd/dcrctl/version.go index 59b33c4fd2..84cc0543a0 100644 --- a/cmd/dcrctl/version.go +++ b/cmd/dcrctl/version.go @@ -19,7 +19,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr const ( appMajor uint = 1 appMinor uint = 0 - appPatch uint = 3 + appPatch uint = 5 // appPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec. diff --git a/version.go b/version.go index c77f76cf27..7f15ca546d 100644 --- a/version.go +++ b/version.go @@ -19,7 +19,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr const ( appMajor uint = 1 appMinor uint = 0 - appPatch uint = 3 + appPatch uint = 5 // appPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec.