Skip to content

Commit

Permalink
Bump VERSION to 1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeach committed Oct 26, 2018
1 parent ecf3a28 commit 4cd36e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ $ export PATH="$GOPATH/bin:$PATH"
$ export GITHUB_TOKEN=xxxxxxxx
$ go get -u github.com/aktau/github-release
$ go get -u github.com/prometheus/promu
$ crossbuild
$ crossbuild tarballs
$ checksum .tarballs
$ release .tarballs
$ promu crossbuild
$ promu crossbuild tarballs
$ promu checksum .tarballs
$ promu release .tarballs
```

Once this completes successfully, you can edit any release notes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.1.1

0 comments on commit 4cd36e8

Please sign in to comment.