version: Move version information into a separate package.
This will allow it to be accessed by other sections of the code.
This commit is contained in:
6
version/version.go
Normal file
6
version/version.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package version
|
||||
|
||||
var (
|
||||
Release = "1.23.1-dev"
|
||||
GitHash string
|
||||
)
|
||||
Reference in New Issue
Block a user