diff --git a/bump_version b/bump_version index 601aa15..ce6168f 100755 --- a/bump_version +++ b/bump_version @@ -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: " diff --git a/version b/version index 341cf11..0c62199 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.2.0 \ No newline at end of file +0.2.1