Skip to content

Commit

Permalink
bumped release version with latest stability fixes
Browse files Browse the repository at this point in the history
(currently using 0.26.2 to differentiate from other git forks)
  • Loading branch information
catbref committed Nov 6, 2017
1 parent 9cdd6cf commit 34d2aaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Qora/src/controller/Controller.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ public class Controller extends Observable {


private static final Logger LOGGER = Logger.getLogger(Controller.class);
private String version = "0.26.2";
private String buildTime = "2017-10-27 00:00:00 UTC";
private String version = "0.26.2.1";
private String buildTime = "2017-11-06 11:33:00 UTC";
private long buildTimestamp;

public static final String releaseVersion = "0.26.2";
public static final String releaseVersion = "0.26.2.1";

// TODO ENUM would be better here
public static final int STATUS_NO_CONNECTIONS = 0;
Expand Down

0 comments on commit 34d2aaf

Please sign in to comment.