Skip to content

Commit 4e22f6e

Browse files
author
Roberto Sora
committed
replace default dummy version that overlaps with a real version with an explicit dummy version
1 parent 5fb9248 commit 4e22f6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ vars:
6363
sh: echo `go list ./... | grep -v legacy | tr '\n' ' '`
6464

6565
# build vars
66-
VERSIONSTRING: "0.3.7-alpha.preview"
66+
VERSIONSTRING: "0.0.0-git"
6767
COMMIT:
6868
sh: echo ${TRAVIS_COMMIT:-`git log -n 1 --format=%h`}
6969
LDFLAGS: >

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
)
2323

2424
var (
25-
defaultVersionString = "0.3.7-alpha.preview"
25+
defaultVersionString = "0.0.0-git"
2626
versionString = ""
2727
commit = ""
2828
)

0 commit comments

Comments
 (0)