diff --git a/Cargo.lock b/Cargo.lock index bc777c39ea..d7778474bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4771,7 +4771,7 @@ dependencies = [ [[package]] name = "tari_wallet_ffi" -version = "0.16.28" +version = "0.17.0" dependencies = [ "chrono", "env_logger 0.7.1", diff --git a/base_layer/wallet_ffi/Cargo.toml b/base_layer/wallet_ffi/Cargo.toml index 7301c61a4d..3c32a3fdd6 100644 --- a/base_layer/wallet_ffi/Cargo.toml +++ b/base_layer/wallet_ffi/Cargo.toml @@ -3,7 +3,7 @@ name = "tari_wallet_ffi" authors = ["The Tari Development Community"] description = "Tari cryptocurrency wallet C FFI bindings" license = "BSD-3-Clause" -version = "0.16.28" +version = "0.17.0" edition = "2018" [dependencies]