c8471ffa88
Signed-off-by: Jason Kulatunga <jason@thesparktree.com>
6 lines
147 B
Go
6 lines
147 B
Go
package version
|
|
|
|
// VERSION is the app-global version string, which will be replaced with a
|
|
// new value during packaging
|
|
const VERSION = "0.1.12"
|