Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 6f726cd

Browse files
committed
Declare when no version is built
1 parent 9897793 commit 6f726cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/coder/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
var (
15-
version string
15+
version string = "No version built"
1616
)
1717

1818
type rootCmd struct{}

0 commit comments

Comments
 (0)