From f4052012e05babee66bf3a70ab06c0c8570f56d9 Mon Sep 17 00:00:00 2001 From: zees-dev Date: Wed, 30 Oct 2024 13:41:32 +1300 Subject: [PATCH] chore: bump to 0.11.1 (#221) # Changelog - version bump `0.11.0` -> `0.11.1` --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ec95b6..9c5b0b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -969,7 +969,7 @@ dependencies = [ [[package]] name = "forc-wallet" -version = "0.11.0" +version = "0.11.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index f0d6f83..a9e0150 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forc-wallet" -version = "0.11.0" +version = "0.11.1" edition = "2021" homepage = "https://fuel.network/" license = "Apache-2.0"