linstrom/shared/constants.go
mstar d272fa90b4
Some checks are pending
/ test (push) Waiting to run
AP stuff almost works
2025-04-09 17:35:31 +02:00

10 lines
246 B
Go

package shared
const (
// Linstrom version
//
// TODO: Replace with "YYYY-MM-DD(.revision)" versioning
// where (.revision) is optional and only used for cases
// where multiple releases in a day are required
Version = "0.0.1 pre-alpha"
)