bump version 0.7.1

This commit is contained in:
Brad Rydzewski 2017-05-25 12:31:37 +02:00
parent ee54698c62
commit ef6658ba20
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.0 ]
tag: [ 0.7, 0.7.1 ]
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
VersionPatch int64 = 1
// VersionPre indicates prerelease
VersionPre string
// VersionDev indicates development branch. Releases will be empty string.