lure/internal/config/version.go

6 lines
138 B
Go
Raw Permalink Normal View History

2023-09-21 23:18:18 +00:00
package config
// Version contains the version of LURE. If the version
// isn't known, it'll be set to "unknown"
var Version = "unknown"