From 8f2e74bf87e8c60c4984924caa67b723c51e0a6e Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Wed, 30 Nov 2022 12:09:13 +0100 Subject: [PATCH] Bump catalog version for previous commit --- src/include/catalog/catversion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index edff4309042..4e74aba1e98 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -57,6 +57,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 202211281 +#define CATALOG_VERSION_NO 202211301 #endif -- 2.39.5