From 12c8a6c9e40240de10630006a9debc59897134df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 14 Nov 2024 23:42:37 +0000 Subject: [PATCH] chore: bump version to v0.0.11 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 61fe11b..588e74b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -980,7 +980,7 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "wait-on" -version = "0.0.10" +version = "0.0.11" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 3f6a5be..39385e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wait-on" -version = "0.0.10" +version = "0.0.11" edition = "2021" description = "Library and CLI Utility to wait on the availability of resources such as Files, HTTP Servers, Ports & Sockets" categories = ["web-programming", "network-programming"]