Skip to content

Commit b892d6b

Browse files
committed
Update Pico::VERSION and Pico::VERSION_ID
1 parent 0ddde85 commit b892d6b

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

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

6161
/**
6262
* Pico API version

0 commit comments

Comments
 (0)