safing-portmaster/spn/conf/version.go

9 lines
173 B
Go

package conf
const (
// VersionOne is the first protocol version.
VersionOne = 1
// CurrentVersion always holds the newest version in production.
CurrentVersion = 1
)