diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml
index e90291e1..875e0b5b 100644
--- a/ruoyi-common/pom.xml
+++ b/ruoyi-common/pom.xml
@@ -5,7 +5,7 @@
ruoyi
com.ruoyi
- 3.1.0
+ 3.2.0
4.0.0
diff --git a/ruoyi-common/src/main/java/com/ruoyi/common/config/Global.java b/ruoyi-common/src/main/java/com/ruoyi/common/config/Global.java
index b8b6d301..9b7baa02 100644
--- a/ruoyi-common/src/main/java/com/ruoyi/common/config/Global.java
+++ b/ruoyi-common/src/main/java/com/ruoyi/common/config/Global.java
@@ -77,7 +77,7 @@ public static String getName() {
* 获取项目版本
*/
public static String getVersion() {
- return StringUtils.nvl(getConfig("ruoyi.version"), "3.1.0");
+ return StringUtils.nvl(getConfig("ruoyi.version"), "3.2.0");
}
/**
diff --git a/ruoyi-framework/pom.xml b/ruoyi-framework/pom.xml
index fdeb7c1d..730477fa 100644
--- a/ruoyi-framework/pom.xml
+++ b/ruoyi-framework/pom.xml
@@ -5,7 +5,7 @@
ruoyi
com.ruoyi
- 3.1.0
+ 3.2.0
4.0.0
diff --git a/ruoyi-generator/pom.xml b/ruoyi-generator/pom.xml
index 93976425..44cafd0e 100644
--- a/ruoyi-generator/pom.xml
+++ b/ruoyi-generator/pom.xml
@@ -5,7 +5,7 @@
ruoyi
com.ruoyi
- 3.1.0
+ 3.2.0
4.0.0
diff --git a/ruoyi-quartz/pom.xml b/ruoyi-quartz/pom.xml
index cce58c5a..06160d0f 100644
--- a/ruoyi-quartz/pom.xml
+++ b/ruoyi-quartz/pom.xml
@@ -5,7 +5,7 @@
ruoyi
com.ruoyi
- 3.1.0
+ 3.2.0
4.0.0
diff --git a/ruoyi-system/pom.xml b/ruoyi-system/pom.xml
index c40e184a..7a047679 100644
--- a/ruoyi-system/pom.xml
+++ b/ruoyi-system/pom.xml
@@ -5,7 +5,7 @@
ruoyi
com.ruoyi
- 3.1.0
+ 3.2.0
4.0.0