Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed1d313

Browse files
committed
Fix catversion
Commit 2fb6154 didn't quite get the catversion correct per usual norms. Fix it. Reported by Rishu Bagga.
1 parent 8c95416 commit ed1d313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/catalog/catversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
*/
5858

5959
/* yyyymmddN */
60-
#define CATALOG_VERSION_NO 202211821
60+
#define CATALOG_VERSION_NO 202211181
6161

6262
#endif

0 commit comments

Comments
 (0)