Skip to content

Commit

Permalink
Bump version: 0.2.31 -> 0.2.32
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed May 13, 2017
1 parent 2b59771 commit 62a0d7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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.31"
version = "0.2.32"
description = "🤖 Just a command runner"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
license = "WTFPL OR MIT OR Apache-2.0"
Expand Down
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ publish: lint clippy test
cargo publish
git tag -a {{version}} -m 'Release {{version}}'
git push github {{version}}
git push github

build-binary-mac VERSION:
just build-binary {{VERSION}} x86_64-apple-darwin
Expand Down

0 comments on commit 62a0d7d

Please sign in to comment.