bump version number [ci skip] (#2092)

* fixes #1523 to ensure json-file driver

* added environment

* inject globals

* bump version
This commit is contained in:
Brad Rydzewski 2017-06-26 16:46:44 -04:00 committed by GitHub
parent dab3f0a9f9
commit fdc07c6985
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ pipeline:
image: plugins/docker
repo: drone/drone
secrets: [ docker_username, docker_password ]
tag: [ 0.7, 0.7.2 ]
tag: [ 0.7, 0.7.3 ]
when:
event: tag

View file

@ -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 = 2
VersionPatch int64 = 3
// VersionPre indicates prerelease
VersionPre string
// VersionDev indicates development branch. Releases will be empty string.