Bump version to 1.3.8

This commit is contained in:
ghubstan 2020-09-14 12:14:37 -03:00
parent 8384dd8004
commit 3f0394f722
No known key found for this signature in database
GPG Key ID: E35592D6800A861E

View File

@ -48,14 +48,14 @@
run ./bisq-cli --password="xyz" getversion run ./bisq-cli --password="xyz" getversion
[ "$status" -eq 0 ] [ "$status" -eq 0 ]
echo "actual output: $output" >&2 echo "actual output: $output" >&2
[ "$output" = "1.3.7" ] [ "$output" = "1.3.8" ]
} }
@test "test getversion" { @test "test getversion" {
run ./bisq-cli --password=xyz getversion run ./bisq-cli --password=xyz getversion
[ "$status" -eq 0 ] [ "$status" -eq 0 ]
echo "actual output: $output" >&2 echo "actual output: $output" >&2
[ "$output" = "1.3.7" ] [ "$output" = "1.3.8" ]
} }
@test "test setwalletpassword \"a b c\"" { @test "test setwalletpassword \"a b c\"" {