From 76d758432be99ec450f8eb89ee448eb4d0f97e2a Mon Sep 17 00:00:00 2001 From: Fabian Vogler Date: Thu, 9 Mar 2017 07:28:42 +0100 Subject: [PATCH] Version 0.9.19 --- controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller.php b/controller.php index 9418d21..f2a8ab4 100644 --- a/controller.php +++ b/controller.php @@ -15,7 +15,7 @@ class Controller extends Package { protected $pkgHandle = 'worldskills'; protected $appVersionRequired = '5.7.3.1'; - protected $pkgVersion = '0.9.18'; + protected $pkgVersion = '0.9.19'; protected $pkgAllowsFullContentSwap = true; protected $pkgAutoloaderMapCoreExtensions = true;