Skip to content

Commit 0760479

Browse files
committed
version: add "v" prefix to version for tagging convention consistency
Signed-off-by: Justin Chadwell <[email protected]>
1 parent 75123c6 commit 0760479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

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

2525
const (
26-
defaultVersion = "0.0.0+unknown"
26+
defaultVersion = "v0.0.0+unknown"
2727
)
2828

2929
var (

0 commit comments

Comments
 (0)