diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml
index d5911ff942..5ae523f4b3 100644
--- a/doc/src/sgml/ref/grant.sgml
+++ b/doc/src/sgml/ref/grant.sgml
@@ -252,7 +252,7 @@ GRANT role_name [, ...] TO
diff --git a/src/bin/pg_dump/pg_dumpall.c b/src/bin/pg_dump/pg_dumpall.c
index 76a186b639..a87262e333 100644
--- a/src/bin/pg_dump/pg_dumpall.c
+++ b/src/bin/pg_dump/pg_dumpall.c
@@ -970,7 +970,6 @@ dumpRoleMembership(PGconn *conn)
/*
* Previous versions of PostgreSQL also did not have grant-level options.
- * INHERIT option.
*/
dump_grant_options = (server_version >= 160000);
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h
index c6ef593207..b3a57136b7 100644
--- a/src/include/catalog/catversion.h
+++ b/src/include/catalog/catversion.h
@@ -57,6 +57,6 @@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 202211121
+#define CATALOG_VERSION_NO 202211821
#endif