mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-23 00:46:30 +00:00
bump to 0.6 rc.2
This commit is contained in:
parent
3a64aa4cf2
commit
328ab38175
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ var (
|
||||||
// VersionPatch is for backwards-compatible bug fixes
|
// VersionPatch is for backwards-compatible bug fixes
|
||||||
VersionPatch int64
|
VersionPatch int64
|
||||||
// VersionPre indicates prerelease
|
// VersionPre indicates prerelease
|
||||||
VersionPre string = "rc.1"
|
VersionPre string = "rc.2"
|
||||||
// VersionDev indicates development branch. Releases will be empty string.
|
// VersionDev indicates development branch. Releases will be empty string.
|
||||||
VersionDev string
|
VersionDev string
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue