소스 검색

Bump version; Update changelog

DarthSim 6 년 전
부모
커밋
1f63723545
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 0
      CHANGELOG.md
  2. 1 1
      main.go

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # Changelog
 
+## v2.2.4
+
+- Minor improvements.
+
 ## v2.2.3
 
 - Fixed critical bug with cached C strings;

+ 1 - 1
main.go

@@ -11,7 +11,7 @@ import (
 	_ "net/http/pprof"
 )
 
-const version = "2.2.3"
+const version = "2.2.4"
 
 type ctxKey string