Files
scrutiny/webapp/backend/pkg/version/version.go
T
2020-11-05 07:25:44 -08:00

6 lines
146 B
Go

package version
// VERSION is the app-global version string, which will be replaced with a
// new value during packaging
const VERSION = "0.3.2"