Skip to content

Commit

Permalink
Set version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jkutner committed Mar 21, 2019
1 parent ce7d5c3 commit 11fd503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SHELL=/bin/bash -o pipefail

GO111MODULE := on

VERSION := "v0.0.1"
VERSION := "v0.0.2"

build:
@GOOS=linux go build -o "bin/release" ./cmd/release/...
Expand All @@ -27,4 +27,4 @@ package: clean build

release:
@git tag $(VERSION)
@git push --tags origin master
@git push --tags origin master

0 comments on commit 11fd503

Please sign in to comment.