diff --git a/Cargo.lock b/Cargo.lock index 6971aff..29b93fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -960,7 +960,7 @@ dependencies = [ [[package]] name = "forc-wallet" -version = "0.8.1" +version = "0.8.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 190794e..db9bfee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forc-wallet" -version = "0.8.1" +version = "0.8.2" edition = "2021" homepage = "https://fuel.network/" license = "Apache-2.0"