bump version

This commit is contained in:
Brad Rydzewski 2017-06-26 16:41:04 -04:00
parent ec9171cead
commit 3bb20f52e5
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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.