diff --git a/README.md b/README.md index 33bee28d1e..2faccfcf64 100755 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ https://github.com/eishay/jvm-serializers/wiki com.alibaba fastjson - 1.2.23 + 1.2.24 ``` diff --git a/pom.xml b/pom.xml index f5e1a809cd..289703813f 100755 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ --> com.alibaba fastjson - 1.2.24 + 1.2.25-SNAPSHOT jar fastjson diff --git a/src/main/java/com/alibaba/fastjson/JSON.java b/src/main/java/com/alibaba/fastjson/JSON.java index 5ac552733b..32b56f2b92 100755 --- a/src/main/java/com/alibaba/fastjson/JSON.java +++ b/src/main/java/com/alibaba/fastjson/JSON.java @@ -960,5 +960,5 @@ private static char[] allocateChars(int length) { return chars; } - public final static String VERSION = "1.2.24"; + public final static String VERSION = "1.2.25"; }