Initial commit
This commit is contained in:
5
internal/config/version.go
Normal file
5
internal/config/version.go
Normal file
@ -0,0 +1,5 @@
|
||||
package config
|
||||
|
||||
// Version contains the version of LURE. If the version
|
||||
// isn't known, it'll be set to "unknown"
|
||||
var Version = "unknown"
|
Reference in New Issue
Block a user