We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c95ac8 commit 1410040Copy full SHA for 1410040
wire/core/ProcessWire.php
@@ -35,7 +35,7 @@ class ProcessWire extends Wire {
35
36
const versionMajor = 2;
37
const versionMinor = 2;
38
- const versionRevision = 5;
+ const versionRevision = 6;
39
40
/**
41
* Given a Config object, instantiates ProcessWire and it's API
0 commit comments