From 6db388a35277456c54146a34da7078f18040f59b Mon Sep 17 00:00:00 2001 From: Fritz Rehde Date: Sat, 11 Mar 2023 16:58:34 +0100 Subject: [PATCH] chore: Release watchbind version 0.1.17 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea19e5b..208f381 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -460,7 +460,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "watchbind" -version = "0.1.16" +version = "0.1.17" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 40317ab..a2b1069 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchbind" -version = "0.1.16" +version = "0.1.17" authors = ["Fritz Rehde "] edition = "2021" license-file = "LICENSE.md"