Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tanftw committed Jul 29, 2017
1 parent 553f031 commit a4ec6c4
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 @@ -100,7 +100,7 @@ public function __construct($config = null)
{
// Framework Version
if ( ! defined('GIGAAI_VERSION')) {
define('GIGAAI_VERSION', '2.3');
define('GIGAAI_VERSION', '2.4');
}

// Make a conversation instance to share the data across whole application.
Expand Down

0 comments on commit a4ec6c4

Please sign in to comment.