[mike@mwxm4]
This commit is contained in:
+4
-4
@@ -1,6 +1,6 @@
|
||||
package main
|
||||
|
||||
// Version is the current version of the application.
|
||||
// It is automatically incremented by the build script.
|
||||
var Version = "1.1.1"
|
||||
|
||||
// Version is a var, not a const, so build.sh can put the built number in via
|
||||
// -ldflags "-X main.Version=…". The value here only ever shows up in a bare
|
||||
// `go build`; the version actually built is the one in version.txt.
|
||||
var Version = "1.1.2"
|
||||
|
||||
Reference in New Issue
Block a user