diff --git a/README.md b/README.md index d32aa32b..f6062cd8 100644 --- a/README.md +++ b/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) diff --git a/README_zh.md b/README_zh.md index 279e491f..95f9381f 100644 --- a/README_zh.md +++ b/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) diff --git a/src/utils/version/version.go b/src/utils/version/version.go index 97b1dc11..18ba4acf 100644 --- a/src/utils/version/version.go +++ b/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