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

@ -5,7 +5,7 @@
<parent>
<artifactId>ruoyi</artifactId>
<groupId>com.ruoyi</groupId>
<version>3.1</version>
<version>3.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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");
}
/**