Skip to content

Commit 1116447

Browse files
Back to -dev
Signed-off-by: mongodb-dbx-release-bot[bot] <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com>
1 parent 5a7adc3 commit 1116447

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

phongo_version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
* publishing a release. */
2323

2424
/* clang-format off */
25-
#define PHP_MONGODB_VERSION "2.0.0"
26-
#define PHP_MONGODB_STABILITY "stable"
27-
#define PHP_MONGODB_VERSION_DESC 2,0,0,0
25+
#define PHP_MONGODB_VERSION "2.0.1dev"
26+
#define PHP_MONGODB_STABILITY "devel"
27+
#define PHP_MONGODB_VERSION_DESC 2,0,1,0
2828
/* clang-format on */
2929

3030
#endif /* PHONGO_VERSION_H */

0 commit comments

Comments
 (0)