incrementing version number in preparation of release

This commit is contained in:
El RIDO 2019-09-22 19:42:04 +02:00
parent ced5f30280
commit 2d4edfe401
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
30 changed files with 32 additions and 31 deletions

View file

@ -7,7 +7,7 @@
* @link https://github.com/PrivateBin/PrivateBin
* @copyright 2012 Sébastien SAUVAGE (sebsauvage.net)
* @license https://www.opensource.org/licenses/zlib-license.php The zlib/libpng License
* @version 1.3
* @version 1.3.1
*/
namespace PrivateBin;
@ -28,7 +28,7 @@ class Controller
*
* @const string
*/
const VERSION = '1.3';
const VERSION = '1.3.1';
/**
* minimal required PHP version