Also automatically update Database default metadata version in update-version script

This commit is contained in:
Théophile Diot 2024-02-01 15:19:28 +01:00
parent e996988b90
commit 9569eeb05b
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -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