mirror of
https://github.com/safing/portmaster
synced 2025-04-25 13:29:10 +00:00
9 lines
173 B
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
|
|
)
|