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 d98aab3 commit 9682daeCopy full SHA for 9682dae
docs/conf.py
@@ -27,7 +27,7 @@
27
# The short X.Y version
28
version = u'0.7'
29
# The full version, including alpha/beta/rc tags
30
-release = u'0.7.0-dev'
+release = u'0.7.0'
31
32
33
# -- General configuration ---------------------------------------------------
src/Information/Version.php
@@ -5,7 +5,7 @@
5
6
final class Version
7
{
8
- private const VERSION = '0.7.0-dev';
+ private const VERSION = '0.7.0';
9
10
public function getVersion(): string
11
0 commit comments