Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-litvak committed Mar 1, 2018
1 parent f54a987 commit 26be2d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/IronCore.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 26be2d6

Please sign in to comment.