fasten-onprem/backend/pkg/version/version.go

6 lines
146 B
Go
Raw Normal View History

2022-08-22 18:51:46 -06:00
package version
// VERSION is the app-global version string, which will be replaced with a
// new value during packaging
const VERSION = "0.2.0"