mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 04:30:37 +00:00
fixes #1523 to ensure json-file driver
This commit is contained in:
@@ -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 = 1
|
||||
VersionPatch int64 = 2
|
||||
// VersionPre indicates prerelease
|
||||
VersionPre string
|
||||
// VersionDev indicates development branch. Releases will be empty string.
|
||||
|
Reference in New Issue
Block a user