diff --git a/benchmark/pom.xml b/benchmark/pom.xml index c06b7da22..34789526a 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.48.android8 + 2.0.49.android8-SNAPSHOT ../pom.xml diff --git a/codegen-test/pom.xml b/codegen-test/pom.xml index 3e63c9151..fc6a8c16e 100644 --- a/codegen-test/pom.xml +++ b/codegen-test/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.48.android8 + 2.0.49.android8-SNAPSHOT ../pom.xml diff --git a/core/pom.xml b/core/pom.xml index 99d9a3ba3..a8504a46e 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.48.android8 + 2.0.49.android8-SNAPSHOT ../pom.xml diff --git a/core/src/main/java/com/alibaba/fastjson2/JSON.java b/core/src/main/java/com/alibaba/fastjson2/JSON.java index 5ba3e0903..623cda150 100644 --- a/core/src/main/java/com/alibaba/fastjson2/JSON.java +++ b/core/src/main/java/com/alibaba/fastjson2/JSON.java @@ -32,7 +32,7 @@ public interface JSON { /** * fastjson2 version name */ - String VERSION = "2.0.48"; + String VERSION = "2.0.49"; /** * Parses the json string as a {@link JSONArray} or {@link JSONObject}. diff --git a/pom.xml b/pom.xml index 2c7518e80..d136a48dc 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.48.android8 + 2.0.49.android8-SNAPSHOT ${project.artifactId} Fastjson is a JSON processor (JSON parser + JSON generator) written in Java pom