From 38f886e5c6cfb87151216f587a88e4b9d05581f5 Mon Sep 17 00:00:00 2001 From: Raine Virta Date: Sun, 2 Jun 2024 15:13:17 +0300 Subject: [PATCH] bump version --- Cargo.lock | 2 +- ghtool/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4694d77..d47be9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1022,7 +1022,7 @@ dependencies = [ [[package]] name = "ghtool" -version = "0.10.5" +version = "0.10.6" dependencies = [ "bytes", "chrono", diff --git a/ghtool/Cargo.toml b/ghtool/Cargo.toml index 2a702a1..955cc9b 100644 --- a/ghtool/Cargo.toml +++ b/ghtool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ghtool" -version = "0.10.5" +version = "0.10.6" edition = "2021" description = "A command-line tool for interacting with Github API with some specialized features oriented around Checks" license = "MIT"