diff --git a/.drone.yml b/.drone.yml index 621080642..edfb32393 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 c31743dac..b748424ab 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.