Skip to content

Commit c13bcde

Browse files
committed
changes.sh: update the example in the error message.
1 parent b6c2175 commit c13bcde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# You'll probably want to edit manually the result of executing the script.
77
#
88
if [[ $# -eq 0 ]] ; then
9-
echo "No version supplied (e.g. '0.40')"
9+
echo "No version supplied (e.g. '3.0.1')"
1010
exit 1
1111
fi
1212
OLDTAG=`git tag -l --sort=-taggerdate|head -1`

0 commit comments

Comments
 (0)