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

Commit 31291f5

Browse files
author
Stein Fletcher
committed
Allow Goreleaser to modify via ldflags
1 parent e8d6d98 commit 31291f5

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
@@ -8,7 +8,7 @@ import (
88
"os"
99
)
1010

11-
const version = "0.1.0"
11+
var version string
1212

1313
func main() {
1414
app := cli.NewApp()

0 commit comments

Comments
 (0)