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 1dec843 commit 48caec7Copy full SHA for 48caec7
docs/conf.py
@@ -27,7 +27,7 @@
27
# The short X.Y version
28
version = u'0.9'
29
# The full version, including alpha/beta/rc tags
30
-release = u'0.9.5-dev'
+release = u'0.9.5'
31
32
33
# -- General configuration ---------------------------------------------------
src/Information/Version.php
@@ -20,7 +20,7 @@
20
*/
21
final class Version
22
{
23
- private const VERSION = '0.9.5-dev';
+ private const VERSION = '0.9.5';
24
25
public function getVersion(): string
26
0 commit comments