This repository has been archived on 2025-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
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
)