瀏覽代碼

Bump version

DarthSim 5 年之前
父節點
當前提交
e6deed2b0a
共有 2 個文件被更改,包括 3 次插入1 次删除
  1. 2 0
      CHANGELOG.md
  2. 1 1
      main.go

+ 2 - 0
CHANGELOG.md

@@ -2,6 +2,8 @@
 
 
 ## master
 ## master
 
 
+## v2.4.1
+
 - More verbose URL parsing errors;
 - More verbose URL parsing errors;
 
 
 ## v2.4.0
 ## v2.4.0

+ 1 - 1
main.go

@@ -10,7 +10,7 @@ import (
 	"time"
 	"time"
 )
 )
 
 
-const version = "2.4.0"
+const version = "2.4.1"
 
 
 type ctxKey string
 type ctxKey string