Skip to content

Commit

Permalink
Update version for release v8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-joshi committed Jun 24, 2024
1 parent 227f047 commit 9933a9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/en_US/release_notes_8_9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions web/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -27,7 +27,7 @@
# 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
Expand Down

0 comments on commit 9933a9a

Please sign in to comment.