Skip to content

Commit

Permalink
[RELEASE] Prepare version 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed May 30, 2020
1 parent 1dec843 commit 48caec7
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.5-dev'
release = u'0.9.5'


# -- 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.5-dev';
private const VERSION = '0.9.5';

public function getVersion(): string
{
Expand Down

0 comments on commit 48caec7

Please sign in to comment.