From ed5455c80c58cf82cfe3ce157e77664442272edc Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Sat, 14 Jul 2018 17:21:34 +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 38992fc2..e664c7b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -338,7 +338,7 @@ dependencies = [ [[package]] name = "topgrade" -version = "0.10.0" +version = "0.11.0" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "directories 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index b12cfa2c..88393021 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "topgrade" description = "Upgrade all the things" license-file = "LICENCE" repository = "https://github.com/r-darwish/topgrade" -version = "0.10.0" +version = "0.11.0" authors = ["Roey Darwish Dror "] exclude = ["doc/screenshot.gif"]