mirror of
https://github.com/yhl452493373/frps-panel.git
synced 2026-04-04 14:27:00 +08:00
add version info and GitHub link on index
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
"strings"
|
||||
)
|
||||
|
||||
const version = "0.0.2"
|
||||
const version = "1.4.0"
|
||||
|
||||
var (
|
||||
showVersion bool
|
||||
@@ -55,6 +55,7 @@ var rootCmd = &cobra.Command{
|
||||
Subdomains: subdomains,
|
||||
ConfigFile: configFile,
|
||||
IniFile: iniFile,
|
||||
Version: version,
|
||||
})
|
||||
if err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user