bump versions to 0.6
This commit is contained in:
parent
3c6613a430
commit
f7f32551d0
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue