Skip to content

Commit

Permalink
Switch to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
fireduck64 committed Nov 21, 2019
1 parent 0a53ec0 commit 424a012
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions RELEASE-NOTES.md
@@ -1,3 +1,7 @@
## master

* Allow reserving channel name in CLI

## 1.6.0

* Changing tx_index and addr_index over to Hashed Trie mode
Expand Down
2 changes: 1 addition & 1 deletion lib/src/Globals.java
Expand Up @@ -4,7 +4,7 @@

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

public static final int POW_LOOK_PASSES = 6;

Expand Down

0 comments on commit 424a012

Please sign in to comment.