Skip to content

Commit

Permalink
Release v2.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Mar 31, 2019
1 parent e2a7d51 commit d1dd1f4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

2.20.1 / 2019-03-31
==================

* ci: try to fix releases

2.20.0 / 2019-03-31
==================

Expand Down
1 change: 0 additions & 1 deletion ci/release-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ steps:
artifactName: direnv-bins
- task: GithubRelease@0
displayName: 'Create GitHub Release'
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/v')
inputs:
githubConnection: direnv-releases
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const VERSION = "2.20.0"
const VERSION = "2.20.1"
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.20.0
2.20.1

0 comments on commit d1dd1f4

Please sign in to comment.