Bump version: 0.2.27 -> 0.2.28 (#200)

This commit is contained in:
Casey Rodarmor 2017-05-12 23:02:35 -04:00 committed by GitHub
parent 98fe09f26b
commit 1cb7be2351
3 changed files with 2 additions and 3 deletions

2
Cargo.lock generated
View File

@ -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)",

View File

@ -1,6 +1,6 @@
[package]
name = "just"
version = "0.2.27"
version = "0.2.28"
description = "🤖 Just a command runner"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
license = "WTFPL OR MIT OR Apache-2.0"

View File

@ -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: