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"