Skip to content

Commit 72a4f93

Browse files
committed
Updated version for release v8.14
1 parent 09e13b2 commit 72a4f93

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/en_US/release_notes_8_14.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Supported Database Servers
1010
**************************
1111
**PostgreSQL**: 12, 13, 14, 15, 16 and 17
1212

13-
**EDB Advanced Server**: 12, 13, 14, 15, and 16
13+
**EDB Advanced Server**: 12, 13, 14, 15, 16 and 17
1414

1515
Bundled PostgreSQL Utilities
1616
****************************

web/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# Application version number components
2020
APP_RELEASE = 8
21-
APP_REVISION = 13
21+
APP_REVISION = 14
2222

2323
# Application version suffix, e.g. 'beta1', 'dev'. Usually an empty string
2424
# for GA releases.
@@ -27,7 +27,7 @@
2727
# Numeric application version for upgrade checks. Should be in the format:
2828
# [X]XYYZZ, where X is the release version, Y is the revision, with a leading
2929
# zero if needed, and Z represents the suffix, with a leading zero if needed
30-
APP_VERSION_INT = 81300
30+
APP_VERSION_INT = 81400
3131

3232
# DO NOT CHANGE!
3333
# The application version string, constructed from the components

0 commit comments

Comments
 (0)