Files
scrutiny/webapp/backend/pkg/version/version.go
T
Jason Kulatunga f9e41cd6a2 disable linter.
2020-08-20 23:19:52 -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 = "0.1.0"