bump versions to 0.6

This commit is contained in:
Brad Rydzewski 2017-05-10 10:45:24 +02:00
parent 3c6613a430
commit f7f32551d0
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ pipeline:
image: plugins/docker
repo: drone/drone
secrets: [ docker_username, docker_password ]
tag: [ latest, 0.6, 0.6.0, 0.6.0-rc.2 ]
tag: [ latest, 0.6, 0.6.0 ]
when:
branch: master
event: push

View file

@ -10,7 +10,7 @@ var (
// VersionPatch is for backwards-compatible bug fixes
VersionPatch int64
// VersionPre indicates prerelease
VersionPre string = "rc.2"
VersionPre string
// VersionDev indicates development branch. Releases will be empty string.
VersionDev string
)