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 Apr 10, 2020
1 parent 0ddde85 commit b892d6b
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.1';
const VERSION = '2.1.2';

/**
* Pico version ID
*
* @var int
*/
const VERSION_ID = 20101;
const VERSION_ID = 20102;

/**
* Pico API version
Expand Down

0 comments on commit b892d6b

Please sign in to comment.