From 561107be54de4b7ae668a38ed70d93834d66763e Mon Sep 17 00:00:00 2001 From: Victor Petrovykh Date: Thu, 19 Sep 2024 16:04:01 -0400 Subject: [PATCH] Catalog version bump for custom serialization. --- edb/buildmeta.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edb/buildmeta.py b/edb/buildmeta.py index 17f8bf7151c..0840e5b72c6 100644 --- a/edb/buildmeta.py +++ b/edb/buildmeta.py @@ -60,7 +60,7 @@ # The merge conflict there is a nice reminder that you probably need # to write a patch in edb/pgsql/patches.py, and then you should preserve # the old value. -EDGEDB_CATALOG_VERSION = 2024_09_18_00_00 +EDGEDB_CATALOG_VERSION = 2024_09_19_00_00 EDGEDB_MAJOR_VERSION = 6