Add version constsant to v2
This commit is contained in:
parent
f87e5fe831
commit
ff866195c4
1 changed files with 3 additions and 0 deletions
3
v2/service/version.go
Normal file
3
v2/service/version.go
Normal file
|
@ -0,0 +1,3 @@
|
|||
package service
|
||||
|
||||
var APIVersion = Version{Major: 2, Minor: 0}
|
Loading…
Reference in a new issue