Skip to content

Commit

Permalink
[RELEASE] Prepare version 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Apr 7, 2020
1 parent 2c69a4f commit 3d797b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# The short X.Y version
version = u'0.9'
# The full version, including alpha/beta/rc tags
release = u'0.9.2-dev'
release = u'0.9.2'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/Information/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
final class Version
{
private const VERSION = '0.9.2-dev';
private const VERSION = '0.9.2';

public function getVersion(): string
{
Expand Down

0 comments on commit 3d797b1

Please sign in to comment.