7 lines
147 B
Go
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"
|
|
|