Back to -dev

This commit is contained in:
Jeremy Mikola
2023-12-20 12:36:56 -05:00
parent 6201407f64
commit 2adaa5efdb
+3 -3
View File
@@ -22,9 +22,9 @@
* publishing a release. */
/* clang-format off */
#define PHP_MONGODB_VERSION "1.17.2"
#define PHP_MONGODB_STABILITY "stable"
#define PHP_MONGODB_VERSION_DESC 1,17,2,1
#define PHP_MONGODB_VERSION "1.17.3-dev"
#define PHP_MONGODB_STABILITY "devel"
#define PHP_MONGODB_VERSION_DESC 1,17,3,0
/* clang-format on */
#endif /* PHONGO_VERSION_H */