wip: migrate to mono-repo. SPN has already been moved to spn/
This commit is contained in:
9
spn/conf/version.go
Normal file
9
spn/conf/version.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package conf
|
||||
|
||||
const (
|
||||
// VersionOne is the first protocol version.
|
||||
VersionOne = 1
|
||||
|
||||
// CurrentVersion always holds the newest version in production.
|
||||
CurrentVersion = 1
|
||||
)
|
||||
Reference in New Issue
Block a user