mirror of
https://github.com/fastenhealth/fasten-onprem.git
synced 2026-05-02 00:10:09 -05:00
6 lines
146 B
Go
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.8"
|