From 8aaaabb055394b83ecbbbc9395d7a1880e793f3c Mon Sep 17 00:00:00 2001 From: Ken Date: Thu, 25 May 2023 11:01:33 +0800 Subject: [PATCH] fix app version --- service/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/main.go b/service/main.go index 0a0309e..2354e91 100644 --- a/service/main.go +++ b/service/main.go @@ -78,7 +78,7 @@ type envStruct struct { func main() { app := cli.NewApp() app.Name = "Cassandra-Web" - app.Version = "1.1.0" + app.Version = "1.1.1" app.Authors = []cli.Author{ cli.Author{ Name: "Ken",