Skip to content

Commit 590d467

Browse files
committed
Update Pico::VERSION and Pico::VERSION_ID
1 parent 649feed commit 590d467

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

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

6161
/**
6262
* Pico API version

0 commit comments

Comments
 (0)