From 5160a8c82b00dce0093f01273f3de0b6589d76a5 Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Fri, 28 Feb 2025 10:35:55 +0100 Subject: [PATCH] 1.x is now 1.22.0dev --- phongo_version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phongo_version.h b/phongo_version.h index fa402cb8b..5cf0baed1 100644 --- a/phongo_version.h +++ b/phongo_version.h @@ -22,9 +22,9 @@ * publishing a release. */ /* clang-format off */ -#define PHP_MONGODB_VERSION "1.21.1dev" +#define PHP_MONGODB_VERSION "1.22.0dev" #define PHP_MONGODB_STABILITY "devel" -#define PHP_MONGODB_VERSION_DESC 1,21,1,0 +#define PHP_MONGODB_VERSION_DESC 1,22,0,0 /* clang-format on */ #endif /* PHONGO_VERSION_H */