From 9821fcb524ccdbc560730b0489af0072d14528d1 Mon Sep 17 00:00:00 2001 From: Damon To Date: Mon, 19 Aug 2024 18:59:28 +0800 Subject: [PATCH] chore: Update lpac version to v2.1.0 --- lpac | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lpac b/lpac index da1cf1a..fd58ad7 160000 --- a/lpac +++ b/lpac @@ -1 +1 @@ -Subproject commit da1cf1a555310aad4e88799c041ec75d7238df5e +Subproject commit fd58ad7dc25075cdfa549ca2af1c877f01ee64a6 diff --git a/main.go b/main.go index edd534f..be2ea3c 100644 --- a/main.go +++ b/main.go @@ -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")