Skip to content

Commit 9924cf8

Browse files
committed
Update Pico::VERSION and Pico::VERSION_ID
1 parent 8352be3 commit 9924cf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Pico.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ class Pico
4949
*
5050
* @var string
5151
*/
52-
const VERSION = '2.0.3';
52+
const VERSION = '2.0.4';
5353

5454
/**
5555
* Pico version ID
5656
*
5757
* @var int
5858
*/
59-
const VERSION_ID = 20003;
59+
const VERSION_ID = 20004;
6060

6161
/**
6262
* Pico API version

0 commit comments

Comments
 (0)