forked from Plemya-x/ALR
6 lines
137 B
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"
|