Skip to content

Commit

Permalink
Merge pull request #90 from catbref/master
Browse files Browse the repository at this point in the history
minor version bump
  • Loading branch information
catbref authored Mar 2, 2018
2 parents 66fa4be + bbafab7 commit b36b4df
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 @@ -94,11 +94,11 @@ public class Controller extends Observable {


private static final Logger LOGGER = LogManager.getLogger(Controller.class);
private String version = "0.26.5";
private String buildTime = "2018-01-17 16:46:00 UTC";
private String version = "0.26.6";
private String buildTime = "2018-03-02 09:55:00 UTC";
private long buildTimestamp;

public static final String releaseVersion = "0.26.5";
public static final String releaseVersion = "0.26.6";

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

0 comments on commit b36b4df

Please sign in to comment.