Skip to content

Commit

Permalink
upgrade version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang Guo committed Dec 8, 2017
1 parent 8404f69 commit 8aa7b43
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion platform-agent/pom.xml
Expand Up @@ -12,7 +12,7 @@
<artifactId>platform-agent</artifactId>

<properties>
<agent.version>v0.1.2-alpha</agent.version>
<agent.version>v0.1.3-alpha</agent.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion platform-api/pom.xml
Expand Up @@ -14,7 +14,7 @@
<packaging>war</packaging>

<properties>
<api.version>v0.1.2-alpha</api.version>
<api.version>v0.1.3-alpha</api.version>
</properties>

<build>
Expand Down
Expand Up @@ -49,7 +49,7 @@ public class AppConfig extends AppConfigBase {

public final static String NAME = "API";

public final static String VERSION = "v0.1.2-alpha";
public final static String VERSION = "v0.1.3-alpha";

public final static String DEFAULT_YML_FILE = ".flow.yml";

Expand Down
2 changes: 1 addition & 1 deletion platform-control-center/pom.xml
Expand Up @@ -12,7 +12,7 @@
<packaging>war</packaging>

<properties>
<cc.version>v0.1.2-alpha</cc.version>
<cc.version>v0.1.3-alpha</cc.version>
</properties>

<build>
Expand Down
Expand Up @@ -41,7 +41,7 @@ public class AppConfig extends AppConfigBase {

public final static String NAME = "Control Center";

public final static String VERSION = "v0.1.2-alpha";
public final static String VERSION = "v0.1.3-alpha";

private final static int ASYNC_POOL_SIZE = 100;

Expand Down

0 comments on commit 8aa7b43

Please sign in to comment.