From 5921115af068c64d6f0170a30de4e56c060cba0c Mon Sep 17 00:00:00 2001 From: "Fedor A. Fetisov" Date: Fri, 12 Jan 2018 01:07:03 +0300 Subject: [PATCH] Bump version --- src/composer.json | 2 +- src/mibew/libs/common/constants.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/composer.json b/src/composer.json index e37f0caa..4637b8ba 100644 --- a/src/composer.json +++ b/src/composer.json @@ -1,6 +1,6 @@ { "name": "mibew/mibew", - "version": "3.0.0", + "version": "3.1.0", "description": "Mibew Messenger - open-source live support application", "type": "project", "homepage": "http://mibew.org", diff --git a/src/mibew/libs/common/constants.php b/src/mibew/libs/common/constants.php index 7521b09e..643ee7d6 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.0.0'); +define('MIBEW_VERSION', '3.1.0'); /** * Prefix for session variables.