From 227c96b724e8c65aee864d959d839153d20d9ccc Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Thu, 7 Nov 2019 08:49:27 +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 acee45ef..e0000a79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1794,7 +1794,7 @@ dependencies = [ [[package]] name = "topgrade" -version = "3.2.0" +version = "3.3.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 eb2920c8..8ed27c1c 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.2.0" +version = "3.3.0" authors = ["Roey Darwish Dror "] exclude = ["doc/screenshot.gif"] edition = "2018"