diff --git a/src/PhpOrient/Configuration/Constants.php b/src/PhpOrient/Configuration/Constants.php index 1083354..b43e628 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.5"; + const VERSION = "v1.2.6"; const ID = "1"; const NAME = "PhpOrient - Php driver based on the binary protocol of OrientDB."; const SUPPORTED_PROTOCOL = 36;