Skip to content

Commit ca412d7

Browse files
committedMar 24, 2020
version: Reset version to 0.0.0
This will be set during release via ldflags.
1 parent 7115c37 commit ca412d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
// The main version number that is being run at the moment.
10-
var Version = "0.1.0"
10+
var Version = "0.0.0"
1111

1212
// A pre-release marker for the version. If this is "" (empty string)
1313
// then it means that it is a final release. Otherwise, this is a pre-release

0 commit comments

Comments
 (0)
Please sign in to comment.