From d6d5477022be959ee7e116bff6c187ec2983d91a Mon Sep 17 00:00:00 2001 From: "Fedor A. Fetisov" Date: Tue, 28 Jun 2022 18:56:47 +0300 Subject: [PATCH] Bump version --- src/composer.json | 2 +- src/mibew/VERSION.txt | 2 +- src/mibew/libs/common/constants.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/composer.json b/src/composer.json index 1faea648..5a63fd18 100644 --- a/src/composer.json +++ b/src/composer.json @@ -1,6 +1,6 @@ { "name": "mibew/mibew", - "version": "3.5.5", + "version": "3.5.6", "description": "Mibew Messenger - open-source live support application", "type": "project", "homepage": "https://mibew.org", diff --git a/src/mibew/VERSION.txt b/src/mibew/VERSION.txt index 77725dd5..5d3f25f1 100644 --- a/src/mibew/VERSION.txt +++ b/src/mibew/VERSION.txt @@ -1 +1 @@ -Mibew/3.5.5 \ No newline at end of file +Mibew/3.5.6 \ No newline at end of file diff --git a/src/mibew/libs/common/constants.php b/src/mibew/libs/common/constants.php index 31444dc5..a0d4517f 100644 --- a/src/mibew/libs/common/constants.php +++ b/src/mibew/libs/common/constants.php @@ -20,7 +20,7 @@ /** * Current version of Mibew Messenger */ -define('MIBEW_VERSION', '3.5.5'); +define('MIBEW_VERSION', '3.5.6'); /** * Prefix for session variables.