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 Jul 10, 2020
1 parent 649feed commit 590d467
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.2';
const VERSION = '2.1.3';

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

/**
* Pico API version
Expand Down

0 comments on commit 590d467

Please sign in to comment.