From f69d67d7aa65205a63da50dfc29ad0d37d4e8580 Mon Sep 17 00:00:00 2001 From: Manos Pitsidianakis Date: Sat, 24 Sep 2022 17:36:47 +0300 Subject: [PATCH] Bump version to 0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f5ee69d..cb8f32a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -747,7 +747,7 @@ checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b" [[package]] name = "issue-bot" -version = "0.2.0" +version = "0.3.0" dependencies = [ "chrono", "error-chain", diff --git a/Cargo.toml b/Cargo.toml index 2644a2d..866a157 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "issue-bot" -version = "0.2.0" +version = "0.3.0" authors = ["Manos Pitsidianakis "] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html