Update Pico::VERSION and Pico::VERSION_ID
This commit is contained in:
parent
a053a72a12
commit
2ee41e9a8d
1 changed files with 2 additions and 2 deletions
|
@ -49,14 +49,14 @@ class Pico
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '2.1.1';
|
||||
const VERSION = '3.0.0-alpha.1';
|
||||
|
||||
/**
|
||||
* Pico version ID
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
const VERSION_ID = 20101;
|
||||
const VERSION_ID = 30000;
|
||||
|
||||
/**
|
||||
* Pico API version
|
||||
|
|
Loading…
Add table
Reference in a new issue