From b21da400fc272039cc9df292f87f36bebf4162d6 Mon Sep 17 00:00:00 2001 From: soxft Date: Fri, 16 Aug 2024 16:23:26 +0800 Subject: [PATCH] :bookmark: (2.9.0): Fix wrong pathunique wrong path unique usage in core, do not update if using 2.8.x --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index d8b1973..d152536 100644 --- a/config/config.go +++ b/config/config.go @@ -10,7 +10,7 @@ import ( var ( configPath string DistPath string - VERSION = "2.8.2" + VERSION = "2.9.0" ) func Init() {