From f3316c0168756c9a10188c5484a6841e54252f70 Mon Sep 17 00:00:00 2001 From: link Date: Fri, 17 Dec 2021 21:19:36 +0800 Subject: [PATCH] Update main.go --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index feb5697..b5fbdc3 100644 --- a/main.go +++ b/main.go @@ -23,7 +23,7 @@ func init() { cache.Init() } -var Version = "v1.1.0" +var Version = "v1.1.1" type Task struct { Id string `json:"id"`