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 17, 2018
1 parent 8352be3 commit 9924cf8
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.0.3';
const VERSION = '2.0.4';

/**
* Pico version ID
*
* @var int
*/
const VERSION_ID = 20003;
const VERSION_ID = 20004;

/**
* Pico API version
Expand Down

0 comments on commit 9924cf8

Please sign in to comment.