From f157db862225a7bfe041ca3f7b73e913e2a8d8d6 Mon Sep 17 00:00:00 2001 From: Alexander Korotkov Date: Sun, 18 Jul 2021 21:08:44 +0300 Subject: [PATCH] Forgotten catversion bump for 9e3c217bd9 --- 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 358dfdbbd30..0a4f4abdb39 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 202107151 +#define CATALOG_VERSION_NO 202107181 #endif -- 2.39.5