diff --git a/conf/const.go b/conf/const.go index f5d37a34..cbe10b08 100644 --- a/conf/const.go +++ b/conf/const.go @@ -23,7 +23,7 @@ var ( var Conf = new(Config) const ( - VERSION = "v0.1.7" + VERSION = "v1.0.0" ImageThumbnailProcess = "image/resize,w_50" VideoThumbnailProcess = "video/snapshot,t_0,f_jpg,w_50"