Skip to content

Commit 5442fa1

Browse files
committed
Bump version
1 parent 594f495 commit 5442fa1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
*/
1010
class Version
1111
{
12-
const VERSION = '0.3.18';
13-
const ID = 3018;
12+
const VERSION = '0.3.19';
13+
const ID = 3019;
1414
const MAJOR = 0;
1515
const MINOR = 3;
16-
const PATCH = 18;
16+
const PATCH = 19;
1717
const EXTRA = '';
1818
}

0 commit comments

Comments
 (0)