From 4973efa3bd9fa9fa449378457ad656867eeeccb4 Mon Sep 17 00:00:00 2001 From: brlumen Date: Wed, 8 May 2019 15:20:12 +0700 Subject: [PATCH] Bump version to 1.5.0 --- TelegramBot/TelegramBot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TelegramBot/TelegramBot.php b/TelegramBot/TelegramBot.php index 94a5475..a1ce2b6 100644 --- a/TelegramBot/TelegramBot.php +++ b/TelegramBot/TelegramBot.php @@ -22,7 +22,7 @@ function register() { $this->name = 'TelegramBot'; $this->description = plugin_lang_get( 'description' ); - $this->version = '1.5.0-dev'; + $this->version = '1.5.0'; $this->requires = array( 'MantisCore' => '2.14.0', );