Skip to content

Commit bb0fa74

Browse files
committed
Merge pull request #1102 from malarzm/docs-version
[Docs] Bump ODM version
2 parents 87ddf1b + c8dca36 commit bb0fa74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# The short X.Y version.
4848
version = '1.0'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '1.0.0-BETA10'
50+
release = '1.0.0-BETA13'
5151

5252
# The language for content autogenerated by Sphinx. Refer to documentation
5353
# for a list of supported languages.

docs/en/reference/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ its dependencies. The easiest way to do this is with `Composer`_:
324324

325325
::
326326

327-
$ composer require "doctrine/mongodb-odm=~1.0.0-BETA10@dev"
327+
$ composer require "doctrine/mongodb-odm=~1.0.0-BETA13@dev"
328328

329329
Once ODM and its dependencies have been downloaded, we can begin by creating a
330330
``bootstrap.php`` file in our project's root directory, where Composer's

0 commit comments

Comments
 (0)