Skip to content

Commit

Permalink
chore: update lpac version
Browse files Browse the repository at this point in the history
  • Loading branch information
damonto committed Apr 26, 2024
1 parent ad2742c commit 98a20a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func init() {
cwd, _ := os.Getwd()
flag.StringVar(&config.C.ListenAddress, "listen-address", ":1888", "eSTK.me cloud enhance server listen address")
flag.StringVar(&config.C.DataDir, "data-dir", filepath.Join(cwd, "data"), "data directory")
flag.StringVar(&config.C.LpacVersion, "lpac-version", "v2.0.0", "lpac version")
flag.StringVar(&config.C.LpacVersion, "lpac-version", "v2.0.1", "lpac version")
flag.BoolVar(&config.C.DontDownload, "dont-download", false, "don't download lpac")
flag.BoolVar(&config.C.Verbose, "verbose", false, "verbose mode")
flag.Parse()
Expand Down

0 comments on commit 98a20a8

Please sign in to comment.