Skip to content

Commit

Permalink
Update Pico::VERSION and Pico::VERSION_ID
Browse files Browse the repository at this point in the history
  • Loading branch information
PhrozenByte committed Dec 31, 2019
1 parent 4c97f69 commit 6672fb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Pico.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6672fb2

Please sign in to comment.