summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rowley <drowley@postgresql.org>2024-07-09 09:56:46 +1200
committerDavid Rowley <drowley@postgresql.org>2024-07-09 09:56:46 +1200
commite41f7130979442362d9053d1ae24b2f87980e842 (patch)
treeb1344d53e07e3718720aa2ae97baedca84d3794e
parent036bdcec9f9998a6e50711fadce69e482ff18f55 (diff)
Perform forgotten cat version bump
I missed this in 036bdcec9
-rw-r--r--src/include/catalog/catversion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h
index e554bb57cce..4bf79d462ac 100644
--- a/src/include/catalog/catversion.h
+++ b/src/include/catalog/catversion.h
@@ -57,6 +57,6 @@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 202407081
+#define CATALOG_VERSION_NO 202407082
#endif