From cc81b3f504b757bf54cae60d78ddc721a72fd472 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Sun, 10 May 2020 17:15:05 +0200 Subject: [PATCH] [RELEASE] Prepare version 0.9.4 --- docs/conf.py | 2 +- src/Information/Version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a06675a..2888ea9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,7 @@ # The short X.Y version version = u'0.9' # The full version, including alpha/beta/rc tags -release = u'0.9.4-dev' +release = u'0.9.4' # -- General configuration --------------------------------------------------- diff --git a/src/Information/Version.php b/src/Information/Version.php index 884bece..d878d57 100644 --- a/src/Information/Version.php +++ b/src/Information/Version.php @@ -20,7 +20,7 @@ */ final class Version { - private const VERSION = '0.9.4-dev'; + private const VERSION = '0.9.4'; public function getVersion(): string {