bump version to v0.0.17 supporting haveno v0.0.13

This commit is contained in:
woodser 2023-10-13 11:53:12 -04:00
parent 45601e1908
commit 708fb3c6d3
3 changed files with 4 additions and 4 deletions

View file

@ -46,7 +46,7 @@ const TestConfig = {
testDataDir: "./testdata",
haveno: {
path: "../haveno",
version: "1.0.12"
version: "1.0.13"
},
monerod: {
url: "http://localhost:" + (getBaseCurrencyNetwork() == BaseCurrencyNetwork.XMR_LOCAL ? "4" : getNetworkStartPort()) + "8081", // 18081, 28081, 48081 for mainnet, stagenet, and local testnet, respectively