From fea5065766b663aa47f0dcd9282a388f7f4c4f8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kaya=20G=C3=B6kalp?= Date: Wed, 16 Oct 2024 07:00:24 -0700 Subject: [PATCH] chore: bump version to v0.27.0 (#679) --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 56c4ed72..4798b105 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -494,7 +494,7 @@ dependencies = [ [[package]] name = "fuelup" -version = "0.26.0" +version = "0.27.0" dependencies = [ "ansi_term", "ansiterm", diff --git a/Cargo.toml b/Cargo.toml index 7a08d09f..d397b64e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fuelup" -version = "0.26.0" +version = "0.27.0" authors = ["Fuel Labs "] edition = "2021" homepage = "https://fuel.network/" @@ -50,4 +50,4 @@ chrono = "0.4.33" strip-ansi-escapes = "0.2.0" [lints.clippy] -indexing_slicing = "warn" \ No newline at end of file +indexing_slicing = "warn"