From 484c876e8653c32a32ca4f1cc187c9b2d9109ca6 Mon Sep 17 00:00:00 2001 From: Nova Kwok Date: Mon, 18 Dec 2023 15:36:29 +0800 Subject: [PATCH] Bump to 0.10.4 (#304) --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 86a67155e..4157da374 100644 --- a/config/config.go +++ b/config/config.go @@ -46,7 +46,7 @@ var ( ProxyMode bool Prefetch bool Config = NewWebPConfig() - Version = "0.10.2" + Version = "0.10.4" WriteLock = cache.New(5*time.Minute, 10*time.Minute) RemoteRaw = "./remote-raw" Metadata = "./metadata"