From 13563209067dc14a99952069d35390f6c2273ad7 Mon Sep 17 00:00:00 2001 From: "J.M" Date: Mon, 6 Feb 2017 20:31:04 +0100 Subject: [PATCH] Set version to 3.2.0-beta.1 --- src/codebird.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/codebird.php b/src/codebird.php index 146d9b2..144a8b8 100644 --- a/src/codebird.php +++ b/src/codebird.php @@ -6,9 +6,9 @@ * A Twitter library in PHP. * * @package codebird - * @version 3.2.0-dev + * @version 3.2.0-beta.1 * @author Jublo Solutions - * @copyright 2010-2016 Jublo Solutions + * @copyright 2010-2017 Jublo Solutions * @license https://opensource.org/licenses/GPL-3.0 GNU General Public License 3.0 * @link https://github.com/jublonet/codebird-php */ @@ -518,7 +518,7 @@ class Codebird /** * The current Codebird version */ - protected static $_version = '3.2.0-dev'; + protected static $_version = '3.2.0-beta.1'; /** * The Request or access token. Used to sign requests