From c07785d458c1ca69ad7cd3ebb8f4a1d953c3779b Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 26 Sep 2022 15:56:47 +0200 Subject: [PATCH] catversion bump for 8999f5ed3cd7d26be1121d912086d04d134d398b --- 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 c6a82d679b1..95e7c249ed8 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -57,6 +57,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 202209062 +#define CATALOG_VERSION_NO 202209261 #endif