From da2c1d8ce2182d176247d391db9de32be2c0c686 Mon Sep 17 00:00:00 2001 From: "Michael J. Sullivan" Date: Fri, 13 Dec 2024 16:06:19 -0800 Subject: [PATCH] Bump major version to 7 (#8124) --- edb/buildmeta.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/edb/buildmeta.py b/edb/buildmeta.py index 3dd7f8e84cf..65e31a61d87 100644 --- a/edb/buildmeta.py +++ b/edb/buildmeta.py @@ -60,8 +60,8 @@ # 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_12_13_00_00 -EDGEDB_MAJOR_VERSION = 6 +EDGEDB_CATALOG_VERSION = 2024_12_13_99_00 +EDGEDB_MAJOR_VERSION = 7 class MetadataError(Exception):