6 lines
138 B
Go
6 lines
138 B
Go
|
package config
|
||
|
|
||
|
// Version contains the version of LURE. If the version
|
||
|
// isn't known, it'll be set to "unknown"
|
||
|
var Version = "unknown"
|