summary refs log tree commit diff
path: root/pkgs/tools/misc/org-stats/version.patch
blob: 8cf625fc396c697b62dc0701d6f2d3f8fb7c33a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/cmd/version.go
+++ b/cmd/version.go
@@ -16,7 +16,7 @@ var versionCmd = &cobra.Command{
 			if sum == "" {
 				sum = "none"
 			}
-			fmt.Printf("https://%s %s @ %s\n", info.Main.Path, info.Main.Version, sum)
+			fmt.Printf("https://%s %s @ %s\n", info.Main.Path, "@version@", sum)
 		} else {
 			fmt.Println("unknown")
 		}