mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-22 16:36: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 int64
|
||||
// VersionPre indicates prerelease
|
||||
VersionPre string = "rc.1"
|
||||
VersionPre string = "rc.2"
|
||||
// VersionDev indicates development branch. Releases will be empty string.
|
||||
VersionDev string
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue