From d51912d391ad773269237e1ffef98f5c3fd59c52 Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Thu, 14 Jan 2021 09:54:45 +0200 Subject: [PATCH] bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6bd9fd22..ccad2ba5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1686,7 +1686,7 @@ dependencies = [ [[package]] name = "topgrade" -version = "6.2.3" +version = "6.3.0" dependencies = [ "anyhow", "cfg-if 1.0.0", diff --git a/Cargo.toml b/Cargo.toml index 6dd7e635..e100bb65 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 = "6.2.3" +version = "6.3.0" authors = ["Roey Darwish Dror "] exclude = ["doc/screenshot.gif"] edition = "2018"