v1.21.1 beta

This commit is contained in:
click33 2021-07-08 02:56:58 +08:00
parent 03d0f235d4
commit 0a5c5da4b4
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
<description>A Java Web lightweight authority authentication framework, comprehensive function, easy to use</description>
<dependencies>
<!-- Zero dependence -->
<!-- Zero dependence -->
</dependencies>

View File

@ -13,7 +13,7 @@ public class SaTokenConsts {
/**
* Sa-Token 当前版本号
*/
public static final String VERSION_NO = "v1.21.0";
public static final String VERSION_NO = "v1.21.1";
/**
* Sa-Token 开源地址