Skip to content

Commit d85dc0b

Browse files
committed
storing version as variable instead of constant
1 parent 57cf4fb commit d85dc0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

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

1010
// version will be populated with the current Git tag when building the
1111
// cleanup binary using the CI/CD pipeline.
12-
const version string = "UNSPECIFIED"
12+
var version string = "UNSPECIFIED"
1313

1414
// main builds the CLI commands and executes the desired sub-command.
1515
func main() {

0 commit comments

Comments
 (0)