Nexus/pkg/internal/meta.go
2024-11-13 22:26:54 +08:00

7 lines
62 B
Go

package pkg
const (
AppVersion = "1.0.0"
ApiLevel = 10
)