From 8e442d4c7777e69906cac4aa2fdc7203123931d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cyourdevfeel?= Date: Thu, 11 Aug 2022 17:00:43 +0800 Subject: [PATCH] ####Version 1.7.20 * Bug fix: delete minor unreachable code caused by log.Fatal * Thanks to @Abirdcfly for PR #248 * 2022-08-11 17:00 at FuZhou --- consts.go | 2 +- version.MD | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/consts.go b/consts.go index 1d9b109..666fd67 100644 --- a/consts.go +++ b/consts.go @@ -3,7 +3,7 @@ package dotweb // Global define const ( // Version current version - Version = "1.7.19" + Version = "1.7.20" ) // Log define diff --git a/version.MD b/version.MD index 9be7416..9a42a8d 100644 --- a/version.MD +++ b/version.MD @@ -1,5 +1,9 @@ ## dotweb版本记录: +####Version 1.7.20 +* Bug fix: delete minor unreachable code caused by log.Fatal +* Thanks to @Abirdcfly for PR #248 +* 2022-08-11 17:00 at FuZhou ####Version 1.7.19 * feature: add SetReadTimeout\SetReadHeaderTimeout\SetIdleTimeoutSetWriteTimeout func() in HttpServer