From 45e00a580524da0f614c91c5c61135d01bb338e1 Mon Sep 17 00:00:00 2001 From: moznion Date: Fri, 20 Jan 2017 23:05:54 +0900 Subject: [PATCH] Version++ (1.4.0) --- src/LINEBot/Constant/Meta.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LINEBot/Constant/Meta.php b/src/LINEBot/Constant/Meta.php index da674e2b..47765c83 100644 --- a/src/LINEBot/Constant/Meta.php +++ b/src/LINEBot/Constant/Meta.php @@ -20,5 +20,5 @@ class Meta { - const VERSION = '1.2.0'; + const VERSION = '1.4.0'; }