Skip to content

Commit

Permalink
Update version to v0.3.0 & release binary for darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaos committed Oct 17, 2019
1 parent a682f2e commit 74188ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ test:
release:
GOOS=linux GOARCH=amd64 go build -o $(ARTIFACTS_DIR)/s3env_linux_amd64
GOOS=linux GOARCH=arm go build -o $(ARTIFACTS_DIR)/s3env_linux_arm
GOOS=darwin GOARCH=amd64 go build -o $(ARTIFACTS_DIR)/s3env_darwin_amd64
GOOS=darwin GOARCH=arm go build -o $(ARTIFACTS_DIR)/s3env_darwin_arm
ghr -u $(GITHUB_USERNAME) -t $(shell cat github_token) --replace ${VERSION} $(ARTIFACTS_DIR)
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 string = "0.2.0"
const Version string = "0.3.0"

0 comments on commit 74188ba

Please sign in to comment.