Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Oct 1, 2020
1 parent f1382b3 commit 3be6a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/monero/common/MoneroUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class MoneroUtils {
* @return the version of this monero-java library
*/
static String getVersion() {
return "0.3.5";
return "0.3.6";
}

public static final long WALLET2_REFRESH_INTERVAL = 10000; // core wallet2 syncs on a fixed intervals
Expand Down

0 comments on commit 3be6a7c

Please sign in to comment.