Skip to content

Commit

Permalink
Version 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metroceo committed Oct 19, 2018
1 parent fde90c1 commit 6701be0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/metro-default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ metro.disableSecurityPolicy=false
#metro.customLoginWarning=

# MRS version.
metro.version=1.12.0
metro.version=1.13.0

metro.transactionsCacheDuration=1000
metro.blockCacheDuration=200
Expand Down
2 changes: 1 addition & 1 deletion src/java/metro/Metro.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

public final class Metro {

public static final String VERSION = "1.12.0";
public static final String VERSION = "1.13.0";
public static final String APPLICATION = "Metro";

private static volatile Time time = new Time.EpochTime();
Expand Down

0 comments on commit 6701be0

Please sign in to comment.