1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-10 00:37:02 +02:00

Bump version to 3.0.199

This commit is contained in:
Ryan Cramer
2022-04-29 15:06:33 -04:00
parent 01223be0dc
commit 5651742660
3 changed files with 3 additions and 3 deletions

View File

@@ -1401,7 +1401,7 @@ class InputfieldWrapper extends Inputfield implements \Countable, \IteratorAggre
* #pw-group-retrieval-and-traversal
*
* @param string $name Name of Inputfield
* @return Inputfield|null
* @return Inputfield|InputfieldWrapper|null
* @see InputfieldWrapper::get(), InputfieldWrapper::children()
*
*/

View File

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

File diff suppressed because one or more lines are too long