Skip to content

Commit

Permalink
Bump version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danlamanna committed Aug 21, 2019
1 parent 07178f4 commit df904ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION=0.0.2
VERSION=0.0.3
GIT_VERSION=$(git describe --always --long --dirty)

GOOS=darwin GOARCH=amd64 go build -ldflags="-X main.version=$GIT_VERSION" -gcflags "all=-trimpath=/Users/dan/go" -o rivet-$VERSION-darwin-amd64
Expand Down

0 comments on commit df904ff

Please sign in to comment.