diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-02-23 07:46:27 +0100 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2023-02-23 07:46:27 +0100 |
commit | 2ccf33f8ecd168ecb29c53421f597f4506a7f992 (patch) | |
tree | b9b1df147f2015942fc6a0bf131b6c31a389da28 | |
parent | bb7e465f401ebac303d0e701d1119705cb483ca8 (diff) | |
download | nextcloud-server-2ccf33f8ecd168ecb29c53421f597f4506a7f992.tar.gz nextcloud-server-2ccf33f8ecd168ecb29c53421f597f4506a7f992.zip |
25.0.4
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 35fa8403230..30ada01ec6f 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, 4, 0]; +$OC_Version = [25, 0, 4, 1]; // The human readable string -$OC_VersionString = '25.0.4 RC1'; +$OC_VersionString = '25.0.4'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |