v1.16.0.RELEASE 更新

This commit is contained in:
shengzhang
2021-04-14 00:38:18 +08:00
parent 7d985602c5
commit c8f9aafe37
21 changed files with 31 additions and 31 deletions

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-parent</artifactId>
<version>1.16.0</version>
<version>1.16.0.RELEASE</version>
</parent>
<packaging>jar</packaging>

View File

@@ -13,7 +13,7 @@ public class SaTokenConsts {
/**
* sa-token 当前版本号
*/
public static final String VERSION_NO = "v1.16.0";
public static final String VERSION_NO = "v1.16.0.RELEASE";
/**
* sa-token 开源地址

View File

@@ -21,9 +21,9 @@ public class SaTokenInsideUtil {
String str = "____ ____ ___ ____ _ _ ____ _ _ \r\n" + "[__ |__| __ | | | |_/ |___ |\\ | \r\n"
+ "___] | | | |__| | \\_ |___ | \\| "
// + "sa-token"
+ " \r\n" + "DevDoc" + SaTokenConsts.DEV_DOC_URL // + "\r\n";
+ "\r\n" + "DevDoc" + SaTokenConsts.DEV_DOC_URL // + "\r\n";
+ " (" + SaTokenConsts.VERSION_NO + ")"
+ " \r\n" + "GitHub" + SaTokenConsts.GITHUB_URL // + "\r\n";
+ "\r\n" + "GitHub" + SaTokenConsts.GITHUB_URL // + "\r\n";
;
System.out.println(str);
}