Skip to content

Commit

Permalink
[RELEASE] Prepare version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Jul 23, 2020
1 parent d5d9e34 commit 6d716bc
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'1.0'
# The full version, including alpha/beta/rc tags
release = u'1.0.0-dev'
release = u'1.0.0'


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

public function getVersion(): string
{
Expand Down

0 comments on commit 6d716bc

Please sign in to comment.