From 844f8e0be8a95ee13c2053ce193d050946a6e7a6 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Tue, 5 Jul 2022 21:54:04 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.5=20=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2cadfa9e..fc491ee9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.5 +current_version = 0.3.0 commit = True tag = True diff --git a/Cargo.toml b/Cargo.toml index eb809349..ed33fc61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ members = [ [workspace.package] edition = "2021" license = "Apache-2.0" -version = "version = "0.2.5"" +version = "0.3.0" [workspace.dependencies] anyhow = { version = "1.0", features = ["backtrace", "std"] }