Skip to content

Commit

Permalink
Release v5.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Aug 6, 2023
1 parent e49323e commit 6749eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ REVISION=$(echo $RELEASE|awk -F . '{print $3}')
if [[ $? -ne 0 ]]; then echo "Release failed"; exit 1; fi

let NEXT=$REVISION+1
if [[ $refresh == true ]]; then
if [[ $refresh == yes ]]; then
let NEXT=$REVISION
fi
echo "Last release is $RELEASE, revision is $REVISION, next is $NEXT"
Expand Down

0 comments on commit 6749eb1

Please sign in to comment.