Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-07-13 11:18:07 +0300
committerJoas Schilling <coding@schilljs.com>2022-07-13 11:18:07 +0300
commit04d5c7b37f25dd0cfc294a72682755c98529a065 (patch)
tree9605c4db7c323180ced10f224a5166600e222005 /version.php
parent929adb6abae3766353b97b6ba39ba54257039c7a (diff)
Bump version
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'version.php')
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index f94c80b0f6f..2ecdb0dcfe2 100644
--- a/version.php
+++ b/version.php
@@ -30,7 +30,7 @@
// 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, 0, 3];
+$OC_Version = [25, 0, 0, 4];
// The human readable string
$OC_VersionString = '25.0.0 dev';