Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit ae0c5a8

Browse files
committed
Restore version
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent d8ad541 commit ae0c5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99

1010
var (
1111
// Version is the git tag that this was built from.
12-
Version = "v0.9.0-zeta1-20-g29f299f945"
12+
Version = "unknown"
1313
// GitCommit is the commit that this was built from.
1414
GitCommit = "unknown"
1515
// BuildTime is the time at which the binary was built.

0 commit comments

Comments
 (0)