Files
EdgeCommon/pkg/iplibrary/version.go

11 lines
243 B
Go
Raw Permalink Normal View History

2024-07-27 13:29:26 +08:00
// Copyright 2022 GoEdge CDN goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cloud .
package iplibrary
type Version = int
const (
Version1 Version = 1
2023-03-30 20:02:46 +08:00
Version2 Version = 2 // 主要变更为数字使用32进制
)