Skip to content

Commit

Permalink
version bump: v1.0.50
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Oct 19, 2018
1 parent e48c25c commit af17554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ release-test:
$(GO_BIN) test -tags ${TAGS} -race ./...
make tidy

release:
me:
release -y -f ./release/version.go
make tidy
2 changes: 1 addition & 1 deletion release/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package release

const Version = "v1.0.42"
const Version = "v1.0.50"

0 comments on commit af17554

Please sign in to comment.