on server start print version info
This commit is contained in:
7
internal/pkg/version/version.go
Normal file
7
internal/pkg/version/version.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package version
|
||||
|
||||
var Version string = "development"
|
||||
|
||||
func GetVersion() string {
|
||||
return Version
|
||||
}
|
||||
Reference in New Issue
Block a user