Skip to content

Commit

Permalink
Remove "pre" from version string.
Browse files Browse the repository at this point in the history
  • Loading branch information
chappjc committed Nov 7, 2017
1 parent 29d13f2 commit 3a96b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var ver = version{
Major: 1,
Minor: 0,
Patch: 0,
Label: "pre"}
Label: ""}

// CommitHash may be set on the build command line:
// go build -ldflags "-X main.CommitHash=`git rev-parse --short HEAD`"
Expand Down

0 comments on commit 3a96b66

Please sign in to comment.