From 61b60c6d6c5cf83a5a10043cae6c37d27d076efc Mon Sep 17 00:00:00 2001 From: SeongChan Lee Date: Tue, 8 Sep 2020 12:55:32 +0900 Subject: [PATCH] Bump version to v0.4.0-alpha.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a5df02..4cab919 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -240,7 +240,7 @@ dependencies = [ [[package]] name = "git-trim" -version = "0.4.0-alpha.3" +version = "0.4.0-alpha.4" dependencies = [ "anyhow", "clap-v3", diff --git a/Cargo.toml b/Cargo.toml index 1169195..bce5a73 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.3" +version = "0.4.0-alpha.4" authors = ["SeongChan Lee "] repository = "https://github.com/foriequal0/git-trim" readme = "README.md"