[mike@mwxm4]

This commit is contained in:
2026-08-12 16:23:52 +02:00
parent 94baccb913
commit 55418a1040
11 changed files with 679 additions and 291 deletions
+4 -4
View File
@@ -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"