From 48ab3ad00eda6dc5e752cf92ac9745aff1a003c8 Mon Sep 17 00:00:00 2001 From: Florian Wickert Date: Fri, 1 Dec 2023 10:32:02 +0100 Subject: [PATCH] bump to v0.6.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c08bc4e..061920e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -861,7 +861,7 @@ dependencies = [ [[package]] name = "minmon" -version = "0.6.0" +version = "0.6.1" dependencies = [ "async-trait", "bollard", diff --git a/Cargo.toml b/Cargo.toml index ccdf28d..47b8fe0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "minmon" description = "An opinionated minimal monitoring and alarming tool" -version = "0.6.0" +version = "0.6.1" authors = ["Florian Wickert "] license = "MIT OR Apache-2.0" repository = "https://github.com/flo-at/minmon"