Skip to content

Commit

Permalink
Change bump version script
Browse files Browse the repository at this point in the history
  • Loading branch information
hsaturn committed Feb 23, 2023
1 parent 0126a39 commit cda9436
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bump_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ if [ "$1" == "" ]; then
echo
echo "Syntax: $0 {new_version}"
echo
echo " Current version: $current_version"
echo
else
echo "Current version: ($current_version)"
echo "New version : ($1)"
Expand Down

0 comments on commit cda9436

Please sign in to comment.