From 018bae4afb3a8fec9f8675a39ae515b5e8b08626 Mon Sep 17 00:00:00 2001 From: "Syed Irfaq R." Date: Tue, 18 Aug 2015 23:43:07 +0530 Subject: [PATCH] Bump Version. --- src/Telegram.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Telegram.php b/src/Telegram.php index 8cbb3912..eb6d0799 100644 --- a/src/Telegram.php +++ b/src/Telegram.php @@ -20,7 +20,7 @@ class Telegram /** * @const string Version number of the Telegram Bot PHP SDK. */ - const VERSION = '0.2.5'; + const VERSION = '0.2.6'; /** * @const string The name of the environment variable that contains the Telegram Bot API Access Token.