diff --git a/src/IronCore.php b/src/IronCore.php index f7ae7f0..ef28e4c 100644 --- a/src/IronCore.php +++ b/src/IronCore.php @@ -8,13 +8,13 @@ * @link https://github.com/iron-io/iron_core_php * @link http://www.iron.io/ * @link http://dev.iron.io/ - * @version 1.0.0 + * @version 1.0.2 * @package IronCore * @copyright BSD 2-Clause License. See LICENSE file. */ class IronCore { - protected $core_version = '1.0.0'; + protected $core_version = '1.0.2'; // should be overridden by child class protected $client_version = null;