This commit is contained in:
RuoYi
2019-01-16 15:28:32 +08:00
parent 57fa243747
commit 4f1c99293f
8 changed files with 9 additions and 9 deletions

View File

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