Browse Source

change version to 0.9.3

fatedier 8 years ago
parent
commit
92daa45b68
3 changed files with 3 additions and 1 deletions
  1. 1 0
      README.md
  2. 1 0
      README_zh.md
  3. 1 1
      src/utils/version/version.go

+ 1 - 0
README.md

@@ -497,3 +497,4 @@ Donate money by [paypal](https://www.paypal.me/fatedier) to my account **fatedie
 * [Manfred Touron](https://github.com/moul)
 * [xuebing1110](https://github.com/xuebing1110)
 * [Anbitioner](https://github.com/bingtianbaihua)
+* [LitleCarl](https://github.com/LitleCarl)

+ 1 - 0
README_zh.md

@@ -516,3 +516,4 @@ frp 交流群:606194980 (QQ 群号)
 * [Manfred Touron](https://github.com/moul)
 * [xuebing1110](https://github.com/xuebing1110)
 * [Anbitioner](https://github.com/bingtianbaihua)
+* [LitleCarl](https://github.com/LitleCarl)

+ 1 - 1
src/utils/version/version.go

@@ -19,7 +19,7 @@ import (
 	"strings"
 )
 
-var version string = "0.9.2"
+var version string = "0.9.3"
 
 func Full() string {
 	return version