Skip to content

Commit 8bb32b9

Browse files
committed
Bump up Babelfish Internal Version from 14.22.0.0 to 14.23.0.0
Signed-off-by: Rohit Bhagat <rohitbgt@amazon.com>
1 parent 8589214 commit 8bb32b9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/configuration/upgrade-test-configuration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ upgrade-version: [{
6161
{
6262
upgrade-path: [
6363
{
64-
version: '14.21',
64+
version: '14.22',
6565
upgrade-type: null
6666
},
6767
{

.github/template/version-branch-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
'14.20':
5959
engine_branch: BABEL_2_15_STABLE__PG_14_20
6060
extension_branch: BABEL_2_15_STABLE
61-
'14.21':
62-
engine_branch: BABEL_2_16_STABLE__PG_14_21
61+
'14.22':
62+
engine_branch: BABEL_2_16_STABLE__PG_14_22
6363
extension_branch: BABEL_2_16_STABLE
6464
'source.latest':
6565
engine_branch: latest

contrib/babelfishpg_tsql/src/babelfish_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
*/
1010

1111
#define BABELFISH_VERSION_STR "2.17.0"
12-
#define BABELFISH_INTERNAL_VERSION_STR "Babelfish 14.22.0.0"
12+
#define BABELFISH_INTERNAL_VERSION_STR "Babelfish 14.23.0.0"
1313
#define BABEL_COMPATIBILITY_VERSION "12.0.2000.8"
1414
#define BABEL_COMPATIBILITY_MAJOR_VERSION "12"

0 commit comments

Comments
 (0)