summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-07-13 11:39:10 +0200
committerGitHub <noreply@github.com>2022-07-13 11:39:10 +0200
commit62fad0972dcf7576bb5da5b392b16b2cbe721e24 (patch)
tree8a78e634ed2ef9a06298f97ced415ba0ff105566
parent22de24324728025c5299850317fc697b33375caf (diff)
parent04d5c7b37f25dd0cfc294a72682755c98529a065 (diff)
downloadnextcloud-server-62fad0972dcf7576bb5da5b392b16b2cbe721e24.tar.gz
nextcloud-server-62fad0972dcf7576bb5da5b392b16b2cbe721e24.zip
Merge pull request #33219 from nextcloud/bump-version
Bump version
-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';