From 1cb7be2351fc25cc7e2b0d853ea31cb0ab7b1ffb Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Fri, 12 May 2017 23:02:35 -0400 Subject: [PATCH] Bump version: 0.2.27 -> 0.2.28 (#200) --- Cargo.lock | 2 +- Cargo.toml | 2 +- justfile | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 78875b0..d9a4b0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "just" -version = "0.2.27" +version = "0.2.28" dependencies = [ "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 535b279..7b86682 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "just" -version = "0.2.27" +version = "0.2.28" description = "🤖 Just a command runner" authors = ["Casey Rodarmor "] license = "WTFPL OR MIT OR Apache-2.0" diff --git a/justfile b/justfile index 045b64c..541111b 100644 --- a/justfile +++ b/justfile @@ -29,7 +29,6 @@ publish: lint clippy test cargo publish git tag -a {{version}} -m {{version}} git push github --tags - git push origin --tags @echo 'Remember to merge the {{version}} branch on GitHub!' build-binary-mac VERSION: