Skip to content

Commit

Permalink
1.2.25-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Jan 20, 2017
1 parent fbba126 commit 1fe9823
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -39,7 +39,7 @@ https://github.com/eishay/jvm-serializers/wiki
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.23</version>
<version>1.2.24</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -11,7 +11,7 @@
-->
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.24</version>
<version>1.2.25-SNAPSHOT</version>

<packaging>jar</packaging>
<name>fastjson</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/alibaba/fastjson/JSON.java
Expand Up @@ -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";
}

0 comments on commit 1fe9823

Please sign in to comment.