1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-14 02:34:24 +02:00

Bump version to 3.0.133

This commit is contained in:
Ryan Cramer
2019-06-14 13:07:49 -04:00
parent 108f8c5511
commit bccdc2ace4
2 changed files with 2 additions and 2 deletions

View File

@@ -4414,7 +4414,7 @@ class Page extends WireData implements \Countable, WireMatchable {
* $values = $meta->getArray();
* ~~~~~
*
* #pw-internal
* #pw-advanced
*
* @param string|bool $key Omit to get the WireData instance or specify property name to get or set.
* @param null|mixed $value Value to set for given $key or omit if getting a value.

View File

@@ -44,7 +44,7 @@ class ProcessWire extends Wire {
* Reversion revision number
*
*/
const versionRevision = 132;
const versionRevision = 133;
/**
* Version suffix string (when applicable)