2024-12-26 19:40:39 +08:00
|
|
|
package opt
|
|
|
|
|
2024-12-26 19:51:31 -08:00
|
|
|
const Version = "v24.12.27-r02"
|
2024-12-26 19:40:39 +08:00
|
|
|
|
|
|
|
// const VersionURL = "https://github.com/loveuer/nf/nft/nfctl/internal/opt/version.go"
|
|
|
|
|
|
|
|
const VersionURL = "https://raw.githubusercontent.com/loveuer/nf/refs/heads/master/nft/nfctl/internal/opt/version.go"
|
2024-12-26 19:51:31 -08:00
|
|
|
|
|
|
|
const Banner = ` ___ __ __
|
|
|
|
___ / _/___/ /_/ /
|
|
|
|
/ _ \/ _/ __/ __/ /
|
|
|
|
/_//_/_/ \__/\__/_/
|
|
|
|
`
|