From fdc07c6985e7e1b89a89a8753c873248a654d170 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Mon, 26 Jun 2017 16:46:44 -0400 Subject: [PATCH] bump version number [ci skip] (#2092) * fixes #1523 to ensure json-file driver * added environment * inject globals * bump version --- .drone.yml | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 62108064..edfb3239 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.2 ] + tag: [ 0.7, 0.7.3 ] when: event: tag diff --git a/version/version.go b/version/version.go index c31743da..b748424a 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 = 2 + VersionPatch int64 = 3 // VersionPre indicates prerelease VersionPre string // VersionDev indicates development branch. Releases will be empty string.