From d693e27ec0fcc1b2790b3e957c8b4b9a95eb49e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=AE=E5=87=89?= <927625802@qq.com> Date: Sat, 1 May 2021 20:42:00 +0800 Subject: [PATCH] :bookmark: release 1.0.4 --- conf/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/const.go b/conf/const.go index 7aa3cadac6c..ec007778f9b 100644 --- a/conf/const.go +++ b/conf/const.go @@ -22,7 +22,7 @@ var ( var Conf = new(Config) const ( - VERSION = "v1.0.3" + VERSION = "v1.0.4" ImageThumbnailProcess = "image/resize,w_50" VideoThumbnailProcess = "video/snapshot,t_0,f_jpg,w_50"