first commit
This commit is contained in:
6
pkg/constants/constants.go
Normal file
6
pkg/constants/constants.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package constants
|
||||
|
||||
const (
|
||||
Version string = "0.0.1"
|
||||
ApiVersion int = 1
|
||||
)
|
||||
Reference in New Issue
Block a user