From 21513f979a3e9bb5f324f8a2ac2e76c9b0d1adbd Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Mon, 26 Aug 2019 20:36:24 +0300 Subject: [PATCH] Version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b9bdfa2..a86c6281 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1827,7 +1827,7 @@ dependencies = [ [[package]] name = "topgrade" -version = "2.8.0" +version = "2.9.0" dependencies = [ "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", "console 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 4fb83ba6..3346a891 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ categories = ["os"] keywords = ["upgrade", "update"] license-file = "LICENSE" repository = "https://github.com/r-darwish/topgrade" -version = "2.8.0" +version = "2.9.0" authors = ["Roey Darwish Dror "] exclude = ["doc/screenshot.gif"] edition = "2018"