From edab49938de8a22068bc915dd095c0cbbcfe3a4e Mon Sep 17 00:00:00 2001 From: itchyny Date: Thu, 30 May 2024 08:34:48 +0900 Subject: [PATCH] bump up version to 0.6.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e4890ad..3c55291 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mackerel_client" -version = "0.6.3" +version = "0.6.4" authors = ["itchyny "] description = "An API client library for Mackerel" repository = "https://github.com/itchyny/mackerel-client-rs"