From c06f0cc16d0fc1cf4fb1b7bb3a97ac45cc72cd25 Mon Sep 17 00:00:00 2001 From: Domenico Lupinetti Date: Mon, 9 Nov 2015 01:41:27 +0100 Subject: [PATCH] Upgraded to version 1.2.3 --- composer.json | 2 +- src/PhpOrient/Configuration/Constants.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e6d5c0f..8f7059b 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "ostico/phporient", "description": "PHPOrient is a good php driver based on the binary protocol of OrientDB.", - "version": "v1.2.2", + "version": "v1.2.3", "keywords": [ "orientdb", "orient db", diff --git a/src/PhpOrient/Configuration/Constants.php b/src/PhpOrient/Configuration/Constants.php index 973acd3..ff2bfad 100644 --- a/src/PhpOrient/Configuration/Constants.php +++ b/src/PhpOrient/Configuration/Constants.php @@ -14,7 +14,7 @@ class Constants { * @const string the client version. * */ - const VERSION = "v1.2.2"; + const VERSION = "v1.2.3"; const ID = "1"; const NAME = "PhpOrient - Php driver based on the binary protocol of OrientDB."; const SUPPORTED_PROTOCOL = 32;