From 166ead902d2d23f7724832bcafab2200d1c3acd5 Mon Sep 17 00:00:00 2001 From: Kristian Salonen Date: Fri, 10 Jun 2022 16:05:34 +0300 Subject: [PATCH] [Configuration.php] Update the version name to dev.2022-06-10 (#2811) --- lib/Configuration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Configuration.php b/lib/Configuration.php index b3592371..57981e86 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -28,7 +28,7 @@ final class Configuration { * * @todo Replace this property by a constant. */ - public static $VERSION = 'dev.2022-01-20'; + public static $VERSION = 'dev.2022-06-10'; /** * Holds the configuration data.