summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcyqsimon <28627918+cyqsimon@users.noreply.github.com>2024-01-28 04:23:00 +0800
committercyqsimon <28627918+cyqsimon@users.noreply.github.com>2024-01-28 04:23:00 +0800
commit96a7f77271106464e7a1f1060377a7d1e8d66127 (patch)
tree1025c905882431520cde62cf77ef05ffe32d1ec1
parentdc0468c8e72d2979a4daa167bfcd726501564ace (diff)
Bump version to 0.22.2v0.22.2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9750474..2742af2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -161,7 +161,7 @@ dependencies = [
[[package]]
name = "bandwhich"
-version = "0.22.1"
+version = "0.22.2"
dependencies = [
"anyhow",
"async-trait",
diff --git a/Cargo.toml b/Cargo.toml
index e795554..0cc4d48 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bandwhich"
-version = "0.22.1"
+version = "0.22.2"
authors = [
"Aram Drevekenin <aram@poor.dev>",
"Eduardo Toledo <etoledom@icloud.com>",