From 7814bbfd1e2754c815f6a0dbf415e4db4c1b1ddb Mon Sep 17 00:00:00 2001 From: Praesidiarius Date: Sun, 9 Feb 2020 12:16:49 +0100 Subject: [PATCH] starting stable deploy --- composer.json | 2 +- module/Application/src/Module.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1506cfb..b45ec7f 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "oneplace/oneplace-core", "description": "onePlace Core Application", "type": "project", - "version": "1.0.16", + "version": "1.0.17", "license": "BSD-3-Clause", "keywords": [ "laminas", diff --git a/module/Application/src/Module.php b/module/Application/src/Module.php index d04334d..79d80bb 100644 --- a/module/Application/src/Module.php +++ b/module/Application/src/Module.php @@ -27,7 +27,7 @@ class Module { * * @since 1.0.0 */ - const VERSION = '1.0.16'; + const VERSION = '1.0.17'; public function getConfig() : array { return include __DIR__ . '/../config/module.config.php';