From 37b9d17b898710176f53f9237cbcde4794ad71dd Mon Sep 17 00:00:00 2001 From: Tan Nguyen Date: Thu, 15 Sep 2016 18:26:15 +0700 Subject: [PATCH] Version --- src/MessengerBot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MessengerBot.php b/src/MessengerBot.php index 3a327d3..0b71ac1 100644 --- a/src/MessengerBot.php +++ b/src/MessengerBot.php @@ -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();