ALR/internal/config/version.go

6 lines
137 B
Go

package config
// Version contains the version of ALR. If the version
// isn't known, it'll be set to "unknown"
var Version = "unknown"