nf/nft/nfctl/internal/opt/version.go

14 lines
373 B
Go
Raw Permalink Normal View History

2024-12-26 19:40:39 +08:00
package opt
2024-12-26 22:55:13 -08:00
const Version = "v24.12.27-r03"
2024-12-26 19:40:39 +08:00
// const VersionURL = "https://github.com/loveuer/nf/nft/nfctl/internal/opt/version.go"
2024-12-26 22:55:13 -08:00
const VersionURL = "https://gitea.loveuer.com/loveuer/nf/raw/branch/master/nft/nfctl/internal/opt/version.go"
2024-12-26 19:51:31 -08:00
const Banner = ` ___ __ __
___ / _/___/ /_/ /
/ _ \/ _/ __/ __/ /
/_//_/_/ \__/\__/_/
`