From ef6658ba20bc689ee3337d8c2220f57bdf9cf269 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Thu, 25 May 2017 12:31:37 +0200 Subject: [PATCH] bump version 0.7.1 --- .drone.yml | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index fb024b30..1657a043 100644 --- a/.drone.yml +++ b/.drone.yml @@ -46,7 +46,7 @@ pipeline: image: plugins/docker repo: drone/drone secrets: [ docker_username, docker_password ] - tag: [ 0.7, 0.7.0 ] + tag: [ 0.7, 0.7.1 ] when: event: tag diff --git a/version/version.go b/version/version.go index cdca5467..334c1f91 100644 --- a/version/version.go +++ b/version/version.go @@ -8,7 +8,7 @@ var ( // VersionMinor is for functionality in a backwards-compatible manner VersionMinor int64 = 7 // VersionPatch is for backwards-compatible bug fixes - VersionPatch int64 + VersionPatch int64 = 1 // VersionPre indicates prerelease VersionPre string // VersionDev indicates development branch. Releases will be empty string.