Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
tanftw committed Sep 15, 2016
1 parent 19719b3 commit 37b9d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MessengerBot.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class MessengerBot
public function __construct(array $config = array())
{
if ( ! defined('GIGAAI_VERSION'))
define('GIGAAI_VERSION', '1.1');
define('GIGAAI_VERSION', '1.1.1');

$this->config = Config::getInstance();

Expand Down

0 comments on commit 37b9d17

Please sign in to comment.