Skip to content

Commit

Permalink
Version: Bump to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexocode committed Nov 22, 2018
1 parent e0b9a63 commit e6cf1d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bump_version
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ask 'Want to bump?' || exit 1
echo "$new_version" > version

if ask 'Want to commit the version change?' Y; then
git commit --message="Project: Bump version from $current_version to $new_version" -- mix.exs
git commit --message="Project: Bump version from $current_version to $new_version" -- version

echo
ask "Want to add v$new_version tag?" Y && git tag -ae "v$new_version" -m "Release $new_version: "
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.2.1

0 comments on commit e6cf1d6

Please sign in to comment.