ALR/internal/config/version.go

6 lines
137 B
Go
Raw Normal View History

2024-01-22 10:36:06 +00:00
package config
2024-05-05 10:32:08 +00:00
// Version contains the version of ALR. If the version
2024-01-22 10:36:06 +00:00
// isn't known, it'll be set to "unknown"
var Version = "unknown"