mirror of
https://gitea.plemya-x.ru/Plemya-x/ALR.git
synced 2025-01-10 17:26:45 +00:00
5 lines
137 B
Go
5 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"
|