From 0cd4624a36274fdfda801a57279068656c40eb6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=AE=E5=87=89?= <36558727+Xhofe@users.noreply.github.com> Date: Tue, 5 Jan 2021 16:51:31 +0800 Subject: [PATCH] =?UTF-8?q?:new:=20=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/const.go b/conf/const.go index 34eb940bb5d..5e0a979b522 100644 --- a/conf/const.go +++ b/conf/const.go @@ -18,7 +18,7 @@ var( var Conf = new(Config) const ( - VERSION="v0.1.3" + VERSION="v0.1.4" ImageThumbnailProcess="image/resize,w_50" VideoThumbnailProcess="video/snapshot,t_0,f_jpg,w_50"