Skip to content

Commit

Permalink
Bump version: 0.2.27 -> 0.2.28 (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored May 13, 2017
1 parent 98fe09f commit 1cb7be2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "just"
version = "0.2.27"
version = "0.2.28"
description = "🤖 Just a command runner"
authors = ["Casey Rodarmor <[email protected]>"]
license = "WTFPL OR MIT OR Apache-2.0"
Expand Down
1 change: 0 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1cb7be2

Please sign in to comment.