This will bring main up to date with v2.3.0-rc4
This commit is contained in:
Lincoln Stein 2023-02-05 14:05:15 -05:00 committed by GitHub
commit cc3d431928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
installer/create_installer.sh Executable file → Normal file
View File

@ -29,6 +29,7 @@ if [ "$RESPONSE" == 'y' ]; then
echo "Existing/invalid tag" echo "Existing/invalid tag"
exit -1 exit -1
fi fi
git push origin :refs/tags/$LATEST_TAG git push origin :refs/tags/$LATEST_TAG
git tag -fa $LATEST_TAG git tag -fa $LATEST_TAG
fi fi

View File

@ -1 +1 @@
__version__='2.3.0-rc3' __version__='2.3.0-rc4'