Update version for release v8.9

This commit is contained in:
Akshay Joshi 2024-06-24 20:10:25 +05:30
parent 227f047810
commit 9933a9a9e5
2 changed files with 3 additions and 2 deletions

View File

@ -46,4 +46,5 @@ Bug fixes
| `Issue #7555 <https://github.com/pgadmin-org/pgadmin4/issues/7555>`_ - Fixed an issue where query tool shortcuts for find/replace are not working.
| `Issue #7556 <https://github.com/pgadmin-org/pgadmin4/issues/7556>`_ - Fixed migration failure while using external database.
| `Issue #7593 <https://github.com/pgadmin-org/pgadmin4/issues/7593>`_ - Fixed an issue where query tool auto-complete stops working after connection change.
| `Issue #7605 <https://github.com/pgadmin-org/pgadmin4/issues/7605>`_ - Fix the permissions issue in the pgAdmin installation directory on Debian and RHEL-8 platforms (CVE-2024-6238).
| `Issue #7616 <https://github.com/pgadmin-org/pgadmin4/issues/7616>`_ - Fixed an issue where delete button in Users data was enabled for incorrect rows.

View File

@ -18,7 +18,7 @@
# Application version number components
APP_RELEASE = 8
APP_REVISION = 8
APP_REVISION = 9
# Application version suffix, e.g. 'beta1', 'dev'. Usually an empty string
# for GA releases.
@ -27,7 +27,7 @@ APP_SUFFIX = ''
# Numeric application version for upgrade checks. Should be in the format:
# [X]XYYZZ, where X is the release version, Y is the revision, with a leading
# zero if needed, and Z represents the suffix, with a leading zero if needed
APP_VERSION_INT = 80800
APP_VERSION_INT = 80900
# DO NOT CHANGE!
# The application version string, constructed from the components