From 465c32abab93113c9aca491de4a7e5d524e8f0f8 Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Tue, 19 Nov 2019 10:30:08 +0200 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 8b5d09de..c3d5f722 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1803,7 +1803,7 @@ dependencies = [ [[package]] name = "topgrade" -version = "3.3.0" +version = "3.4.0" dependencies = [ "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", "console 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index c3ffedea..0d0fce9f 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 = "3.3.0" +version = "3.4.0" authors = ["Roey Darwish Dror "] exclude = ["doc/screenshot.gif"] edition = "2018"