Skip to content

Commit 6672fb2

Browse files
committed
Update Pico::VERSION and Pico::VERSION_ID
1 parent 4c97f69 commit 6672fb2

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.1.0';
52+
const VERSION = '2.1.1';
5353

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

6161
/**
6262
* Pico API version

0 commit comments

Comments
 (0)