Skip to content

Commit

Permalink
fixed buildTime
Browse files Browse the repository at this point in the history
  • Loading branch information
agran committed Feb 16, 2016
1 parent a54048c commit 5763f45
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Qora/src/controller/Controller.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
public class Controller extends Observable {

private String version = "0.25.1";
private String buildTime = "2016-02-16 00:00:00 UTC";
private String buildTime = "2016-02-17 00:00:00 UTC";
private long buildTimestamp;

public static final String releaseVersion = "0.25.1";
Expand Down Expand Up @@ -869,8 +869,6 @@ public void onMessage(Message message) {
* this.peerHeight.keySet()) { this.peerHeight.put(peer,
* this.blockChain.getHeight()); } }
*/


}

break;
Expand Down

0 comments on commit 5763f45

Please sign in to comment.