Skip to content

Commit

Permalink
Release canidate
Browse files Browse the repository at this point in the history
  • Loading branch information
fireduck64 committed Nov 16, 2019
1 parent 3114725 commit c99d91d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## dev
## 1.6.0

* Changing tx_index and addr_index over to Hashed Trie mode
* Adding FBO and name values to hashed trie as well
Expand Down
2 changes: 1 addition & 1 deletion lib/src/Globals.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

public class Globals
{
public static final String VERSION = "1.5.2-dev";
public static final String VERSION = "1.6.0-rc";

public static final int POW_LOOK_PASSES = 6;

Expand Down

0 comments on commit c99d91d

Please sign in to comment.