Files
scrutiny/webapp/backend/pkg/version/version.go
T
Jason Kulatunga 93cf676818 added a "Success" test for script notifications.
bumping the version in version file? not sure why it wasnt correctly bumped already.
2020-11-03 08:20:02 -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.1"