From 7d3558460bd8a001f066589d49baec1f8fae65bc Mon Sep 17 00:00:00 2001 From: "Fedor A. Fetisov" Date: Tue, 14 Apr 2015 13:47:23 +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 1e59aec6..b5455a22 100644 --- a/src/composer.json +++ b/src/composer.json @@ -1,6 +1,6 @@ { "name": "mibew/mibew", - "version": "2.0.0-beta.5", + "version": "2.0.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 3ca93230..c0b95e6d 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', '2.0.0-beta.5'); +define('MIBEW_VERSION', '2.0.0'); /** * Prefix for session variables.