Skip to content

Commit

Permalink
version:change version to 0.6.0-SNAPSHOT (apache#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
slievrly authored and xingfudeshi committed Apr 30, 2019
1 parent ba9f4ab commit f4469ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ For more details about principle and design, please go to [Seata wiki page](http

## Maven dependency
```xml
<seata.version>0.5.0</seata.version>
<seata.version>0.5.1</seata.version>

<dependency>
<groupId>io.seata</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/io/seata/core/protocol/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class Version {
/**
* The constant CURRENT.
*/
public static final String CURRENT = "0.5.1";
public static final String CURRENT = "0.6.0";

/**
* The constant VERSION_MAP.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

<properties>
<!-- seata version -->
<revision>0.5.1</revision>
<revision>0.6.0-SNAPSHOT</revision>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down

0 comments on commit f4469ea

Please sign in to comment.