From 3f9f624c4329f0be2bb13b142479a3325b9b7728 Mon Sep 17 00:00:00 2001 From: Leon Date: Thu, 22 Feb 2024 00:34:10 +0800 Subject: [PATCH] chore:bump version --- service/singleton/singleton.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/singleton/singleton.go b/service/singleton/singleton.go index 3b737ec..f5e4651 100644 --- a/service/singleton/singleton.go +++ b/service/singleton/singleton.go @@ -20,7 +20,7 @@ import ( "go-gin/pkg/utils/file" ) -var Version = "0.1.8" +var Version = "0.2.0" var ( ViperConf *viper.Viper // Viper config for the application