diff --git a/misc/update-version.sh b/misc/update-version.sh index 720684c76..3da699e97 100755 --- a/misc/update-version.sh +++ b/misc/update-version.sh @@ -37,6 +37,7 @@ shopt -u globstar # linux sed -i "s@${OLD_VERSION}@${NEW_VERSION}@g" src/linux/scripts/*.sh # db +sed -i "s@${OLD_VERSION}@${NEW_VERSION}@g" src/common/db/Database.py sed -i "s@${OLD_VERSION}@${NEW_VERSION}@g" src/common/db/model.py # github sed -i "s@${OLD_VERSION}@${NEW_VERSION}@g" .github/ISSUE_TEMPLATE/bug_report.yml