若依 4.1

This commit is contained in:
RuoYi
2019-10-22 09:55:16 +08:00
parent 9b93a151fb
commit 68f65cf77b
15 changed files with 74 additions and 22 deletions

View File

@ -81,7 +81,7 @@ public class Global
*/
public static String getVersion()
{
return StringUtils.nvl(getConfig("ruoyi.version"), "4.0.0");
return StringUtils.nvl(getConfig("ruoyi.version"), "4.1.0");
}
/**