From 7dc124cb54ca21cd9987bc9cd08a73dd52e60f97 Mon Sep 17 00:00:00 2001 From: "mongodb-dbx-release-bot[bot]" <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 14:32:16 +0000 Subject: [PATCH] Package 1.20.1 Signed-off-by: mongodb-dbx-release-bot[bot] <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com> --- phongo_version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phongo_version.h b/phongo_version.h index 7be35ae7f..13d3992eb 100644 --- a/phongo_version.h +++ b/phongo_version.h @@ -22,8 +22,8 @@ * publishing a release. */ /* clang-format off */ -#define PHP_MONGODB_VERSION "1.20.1dev" -#define PHP_MONGODB_STABILITY "devel" +#define PHP_MONGODB_VERSION "1.20.1" +#define PHP_MONGODB_STABILITY "stable" #define PHP_MONGODB_VERSION_DESC 1,20,1,0 /* clang-format on */