bump version number [ci skip] (#2092)
* fixes #1523 to ensure json-file driver * added environment * inject globals * bump version
This commit is contained in:
parent
dab3f0a9f9
commit
fdc07c6985
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ pipeline:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
repo: drone/drone
|
repo: drone/drone
|
||||||
secrets: [ docker_username, docker_password ]
|
secrets: [ docker_username, docker_password ]
|
||||||
tag: [ 0.7, 0.7.2 ]
|
tag: [ 0.7, 0.7.3 ]
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ var (
|
||||||
// VersionMinor is for functionality in a backwards-compatible manner
|
// VersionMinor is for functionality in a backwards-compatible manner
|
||||||
VersionMinor int64 = 7
|
VersionMinor int64 = 7
|
||||||
// VersionPatch is for backwards-compatible bug fixes
|
// VersionPatch is for backwards-compatible bug fixes
|
||||||
VersionPatch int64 = 2
|
VersionPatch int64 = 3
|
||||||
// VersionPre indicates prerelease
|
// VersionPre indicates prerelease
|
||||||
VersionPre string
|
VersionPre string
|
||||||
// VersionDev indicates development branch. Releases will be empty string.
|
// VersionDev indicates development branch. Releases will be empty string.
|
||||||
|
|
Loading…
Reference in a new issue