diff --git a/all/pom.xml b/all/pom.xml
index 3351476d9..a35795632 100644
--- a/all/pom.xml
+++ b/all/pom.xml
@@ -6,7 +6,7 @@
com.alipay.sofa
sofa-rpc-all
- 5.13.2
+ 5.14.0-SNAPSHOT
${project.groupId}:${project.artifactId}
diff --git a/bom/pom.xml b/bom/pom.xml
index 7a79b1b1b..799d598dd 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -10,7 +10,7 @@
pom
- 5.13.2
+ 5.14.0-SNAPSHOT
3.29.2-GA
1.9.8
4.1.77.Final
diff --git a/core/api/src/main/java/com/alipay/sofa/rpc/common/Version.java b/core/api/src/main/java/com/alipay/sofa/rpc/common/Version.java
index ca8533b36..388f0ce58 100644
--- a/core/api/src/main/java/com/alipay/sofa/rpc/common/Version.java
+++ b/core/api/src/main/java/com/alipay/sofa/rpc/common/Version.java
@@ -27,16 +27,16 @@ public final class Version {
/**
* 当前RPC版本,例如:5.6.7
*/
- public static final String VERSION = "5.13.2";
+ public static final String VERSION = "5.14.0";
/**
* 当前RPC版本,例如: 5.6.7 对应 50607
*/
- public static final int RPC_VERSION = 51302;
+ public static final int RPC_VERSION = 51400;
/**
* 当前Build版本,每次发布修改
*/
- public static final String BUILD_VERSION = "5.13.2_20241016193119";
+ public static final String BUILD_VERSION = "5.14.0_20241101180137";
}
diff --git a/pom.xml b/pom.xml
index d9329de5f..e3671ef3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@
- 5.13.2
+ 5.14.0-SNAPSHOT
1.33
true
true