Skip to content

Commit

Permalink
####Version 1.7.20
Browse files Browse the repository at this point in the history
* Bug fix: delete minor unreachable code caused by log.Fatal
* Thanks to @Abirdcfly for PR #248
* 2022-08-11 17:00 at FuZhou
  • Loading branch information
devfeel committed Aug 11, 2022
1 parent 46fa8d6 commit 8e442d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package dotweb
// Global define
const (
// Version current version
Version = "1.7.19"
Version = "1.7.20"
)

// Log define
Expand Down
4 changes: 4 additions & 0 deletions version.MD
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8e442d4

Please sign in to comment.