We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d9e34 commit 6d716bcCopy full SHA for 6d716bc
docs/conf.py
@@ -27,7 +27,7 @@
27
# The short X.Y version
28
version = u'1.0'
29
# The full version, including alpha/beta/rc tags
30
-release = u'1.0.0-dev'
+release = u'1.0.0'
31
32
33
# -- General configuration ---------------------------------------------------
src/Information/Version.php
@@ -20,7 +20,7 @@
20
*/
21
final class Version
22
{
23
- private const VERSION = '1.0.0-dev';
+ private const VERSION = '1.0.0';
24
25
public function getVersion(): string
26
0 commit comments