From 761f81046c7843bb8ac0e985c910e1a2998da31e Mon Sep 17 00:00:00 2001 From: SeongChan Lee Date: Fri, 21 Aug 2020 11:41:35 +0900 Subject: [PATCH] Bump version to v0.4.0-alpha.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 79f918d..e582280 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -240,7 +240,7 @@ dependencies = [ [[package]] name = "git-trim" -version = "0.4.0-alpha.1" +version = "0.4.0-alpha.2" dependencies = [ "anyhow", "clap-v3", diff --git a/Cargo.toml b/Cargo.toml index af333a9..325d4e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "git-trim" description = "Automatically trims your tracking branches whose upstream branches are merged or stray" license = "MIT" -version = "0.4.0-alpha.1" +version = "0.4.0-alpha.2" authors = ["SeongChan Lee "] repository = "https://github.com/foriequal0/git-trim" readme = "README.md"