Skip to content

Commit afb1475

Browse files
committed
update version to 1.2.59
1 parent 4fef094 commit afb1475

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.alibaba</groupId>
66
<artifactId>fastjson</artifactId>
7-
<version>1.2.58_preview_02</version>
7+
<version>1.2.59_preview_01</version>
88

99
<packaging>jar</packaging>
1010
<name>fastjson</name>

src/main/java/com/alibaba/fastjson/JSON.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1252,5 +1252,5 @@ public static <T> void handleResovleTask(DefaultJSONParser parser, T value) {
12521252
parser.handleResovleTask(value);
12531253
}
12541254

1255-
public final static String VERSION = "1.2.58";
1255+
public final static String VERSION = "1.2.59";
12561256
}

0 commit comments

Comments
 (0)