From afa8f998dc86f369de720d2c63a30f7ec8303184 Mon Sep 17 00:00:00 2001 From: Kaya Gokalp Date: Mon, 14 Oct 2024 16:02:48 -0700 Subject: [PATCH] chore: bump to 0.11.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ef490e..01b2f4c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -969,7 +969,7 @@ dependencies = [ [[package]] name = "forc-wallet" -version = "0.10.0" +version = "0.11.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 17f4409..0e5b07e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forc-wallet" -version = "0.10.0" +version = "0.11.0" edition = "2021" homepage = "https://fuel.network/" license = "Apache-2.0"