From 11f93a3782db961fb0e50d98630a6df63b7d88e1 Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Wed, 18 Sep 2024 10:50:48 +0200 Subject: [PATCH] Bump version to 1.21-dev --- phongo_version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phongo_version.h b/phongo_version.h index 7356ba077..38727ac5f 100644 --- a/phongo_version.h +++ b/phongo_version.h @@ -22,9 +22,9 @@ * publishing a release. */ /* clang-format off */ -#define PHP_MONGODB_VERSION "1.20.0dev" +#define PHP_MONGODB_VERSION "1.21.0dev" #define PHP_MONGODB_STABILITY "devel" -#define PHP_MONGODB_VERSION_DESC 1,20,0,0 +#define PHP_MONGODB_VERSION_DESC 1,21,0,0 /* clang-format on */ #endif /* PHONGO_VERSION_H */