Files
scrutiny/collector/pkg/version/version.go
T
Jason Kulatunga 8482272d45 init
2020-08-19 16:04:21 -07: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 = "1.0.0"