소스 검색

Bump version

DarthSim 6 년 전
부모
커밋
063ca06411
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main.go

+ 1 - 1
main.go

@@ -8,7 +8,7 @@ import (
 	_ "net/http/pprof"
 )
 
-const version = "2.1.2"
+const version = "2.1.3"
 
 type ctxKey string