diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-01-11 09:39:00 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-01-11 09:39:00 +0100 |
commit | 84be6ac4f68d24ba464619d415149db023b237c9 (patch) | |
tree | 140c8cfaa86fdfaff42b0a02ecd40ed210d06ad7 | |
parent | c50b3793d4e8df6709762f9950afd856a75c23ea (diff) | |
download | nextcloud-server-84be6ac4f68d24ba464619d415149db023b237c9.tar.gz nextcloud-server-84be6ac4f68d24ba464619d415149db023b237c9.zip |
25.0.3 RC2
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 6304582a525..e6402bdf388 100644 --- a/version.php +++ b/version.php @@ -30,10 +30,10 @@ // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = [25, 0, 3, 0]; +$OC_Version = [25, 0, 3, 1]; // The human readable string -$OC_VersionString = '25.0.3 RC1'; +$OC_VersionString = '25.0.3 RC2'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |