Update Pico::VERSION and Pico::VERSION_ID

This commit is contained in:
Daniel Rudolf 2019-12-31 16:33:45 +01:00
parent 4c97f69ef8
commit 6672fb2277
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538
1 changed files with 2 additions and 2 deletions

View File

@ -49,14 +49,14 @@ class Pico
*
* @var string
*/
const VERSION = '2.1.0';
const VERSION = '2.1.1';
/**
* Pico version ID
*
* @var int
*/
const VERSION_ID = 20100;
const VERSION_ID = 20101;
/**
* Pico API version