We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f8e7d commit 70f5f7dCopy full SHA for 70f5f7d
1 file changed
src/codebird.php
@@ -6,7 +6,7 @@
6
* A Twitter library in PHP.
7
*
8
* @package codebird
9
- * @version 2.7.1
+ * @version 2.7.2
10
* @author Jublo Solutions <[email protected]>
11
* @copyright 2010-2015 Jublo Solutions <[email protected]>
12
* @license http://opensource.org/licenses/GPL-3.0 GNU General Public License 3.0
@@ -104,7 +104,7 @@ class Codebird
104
/**
105
* The current Codebird version
106
*/
107
- protected $_version = '2.7.1';
+ protected $_version = '2.7.2';
108
109
110
* Auto-detect cURL absence
0 commit comments