diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2022-02-02 15:43:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-02 15:43:28 +0100 |
commit | d886429952b41ee988791de3500a882b587b98d9 (patch) | |
tree | 04c564332ebeeb1d33ebbd8eee6c26673151259e /version.php | |
parent | 464f996b852fcc99528f5549e4258fd4c0c39dc4 (diff) | |
download | nextcloud-server-d886429952b41ee988791de3500a882b587b98d9.tar.gz nextcloud-server-d886429952b41ee988791de3500a882b587b98d9.zip |
Update version.php
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php index 1b8d3321216..5a9254259ab 100644 --- a/version.php +++ b/version.php @@ -33,7 +33,7 @@ $OC_Version = [22, 2, 4, 3]; // The human readable string -$OC_VersionString = '22.2.4'; +$OC_VersionString = '22.2.5 RC0'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |