Skip to content

Commit

Permalink
chore: Update lpac version to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
damonto committed Aug 19, 2024
1 parent 94a4e41 commit 9821fcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lpac
Submodule lpac updated 2 files
+1 −1 CMakeLists.txt
+1 −0 docs/USAGE.md
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func init() {
}
flag.StringVar(&config.C.ListenAddress, "listen-address", ":1888", "eSTK.me cloud enhance server listen address")
flag.StringVar(&config.C.Dir, "dir", "/tmp/estkme-cloud", "the directory to store lpac")
flag.StringVar(&config.C.Version, "version", "v2.0.2", "the version of lpac to download")
flag.StringVar(&config.C.Version, "version", "v2.1.0", "the version of lpac to download")
flag.BoolVar(&config.C.DontDownload, "dont-download", false, "don't download lpac")
flag.StringVar(&config.C.Advertising, "advertising", "", "advertising message to show on the server (max: 100 characters)")
flag.BoolVar(&config.C.Verbose, "verbose", false, "verbose mode")
Expand Down

0 comments on commit 9821fcb

Please sign in to comment.