Update Pico::VERSION and Pico::VERSION_ID
This commit is contained in:
parent
649feed2f6
commit
590d467347
1 changed files with 2 additions and 2 deletions
|
@ -49,14 +49,14 @@ class Pico
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '2.1.2';
|
||||
const VERSION = '2.1.3';
|
||||
|
||||
/**
|
||||
* Pico version ID
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
const VERSION_ID = 20102;
|
||||
const VERSION_ID = 20103;
|
||||
|
||||
/**
|
||||
* Pico API version
|
||||
|
|
Loading…
Reference in a new issue