Files
scrutiny/webapp/backend/pkg/version/version.go
T
2024-03-13 23:47:26 +00: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.8.0"