Skip to content

Commit

Permalink
Version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jkutner committed Mar 20, 2020
1 parent c74572f commit 28c5d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.1"
VERSION := "v0.2"

build:
@GOOS=linux go build -o "bin/release" ./cmd/release/...
Expand Down

0 comments on commit 28c5d66

Please sign in to comment.