blob: cf5b8d5233cb13806c04645bad17ba0aaec24b08 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
--- src/version/version.go.orig 2022-06-17 20:08:49 UTC
+++ src/version/version.go
@@ -9,4 +9,4 @@
package version
// Version is the version of the CLI
-const Version = "1.2.0.0"
+const Version = "%%VERSION%%"
|