Skip to content

Commit

Permalink
bump target version number to 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bradrydzewski committed Mar 29, 2018
1 parent 5d72606 commit 81103a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ pipeline:
image: plugins/docker
repo: drone/drone
secrets: [ docker_username, docker_password ]
tag: [ 0.8, 0.8.4 ]
tag: [ 0.8, 0.8.5 ]
when:
event: tag

Expand All @@ -127,7 +127,7 @@ pipeline:
repo: drone/agent
dockerfile: Dockerfile.agent
secrets: [ docker_username, docker_password ]
tag: [ 0.8, 0.8.4 ]
tag: [ 0.8, 0.8.5 ]
when:
event: tag

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var (
// VersionMinor is for functionality in a backwards-compatible manner.
VersionMinor int64 = 8
// VersionPatch is for backwards-compatible bug fixes.
VersionPatch int64 = 4
VersionPatch int64 = 5
// VersionPre indicates prerelease.
VersionPre string
// VersionDev indicates development branch. Releases will be empty string.
Expand Down

0 comments on commit 81103a9

Please sign in to comment.