From 3198ef74ca76b13e8963be1c64a85898181dc8c1 Mon Sep 17 00:00:00 2001 From: "lleyton@fyralabs.com" Date: Sun, 2 Jun 2024 00:44:21 -0700 Subject: [PATCH] chore: bump version to 0.6.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e17df72..0ef7390 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -636,7 +636,7 @@ dependencies = [ [[package]] name = "katsu" -version = "0.5.0" +version = "0.6.0" dependencies = [ "bytesize", "clap", diff --git a/Cargo.toml b/Cargo.toml index 6f22265..ecf5ea9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "katsu" -version = "0.5.0" +version = "0.6.0" edition = "2021" authors = [ "Fyra Labs",