Skip to content

Commit 6d716bc

Browse files
committed
[RELEASE] Prepare version 1.0.0
1 parent d5d9e34 commit 6d716bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# The short X.Y version
2828
version = u'1.0'
2929
# The full version, including alpha/beta/rc tags
30-
release = u'1.0.0-dev'
30+
release = u'1.0.0'
3131

3232

3333
# -- General configuration ---------------------------------------------------

src/Information/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
final class Version
2222
{
23-
private const VERSION = '1.0.0-dev';
23+
private const VERSION = '1.0.0';
2424

2525
public function getVersion(): string
2626
{

0 commit comments

Comments
 (0)