Files
goca/version.go
2026-07-27 16:14:41 +02:00

7 lines
147 B
Go

package main
// Version is the current version of the application.
// It is automatically incremented by the build script.
var Version = "1.1.1"