Skip to content

Commit d4760c8

Browse files
committed
Prep versions for hotfix
1 parent 0fa5e17 commit d4760c8

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.16';
13-
const ID = 3016;
12+
const VERSION = '0.3.17';
13+
const ID = 3017;
1414
const MAJOR = 0;
1515
const MINOR = 3;
16-
const PATCH = 16;
16+
const PATCH = 17;
1717
const EXTRA = '';
1818
}

0 commit comments

Comments
 (0)