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