diff options
author | skjnldsv <skjnldsv@protonmail.com> | 2025-04-15 10:42:40 +0200 |
---|---|---|
committer | skjnldsv <skjnldsv@protonmail.com> | 2025-04-15 10:42:40 +0200 |
commit | 6690ed932fcdee9327dcdc8a14bf3cf84901249f (patch) | |
tree | 40460a1eed0feb2022a457ff2e0f569d763badcb | |
parent | 1649cd32f37a8bc6b614aeaedbbc106922358a05 (diff) | |
download | nextcloud-server-release/31.0.4.tar.gz nextcloud-server-release/31.0.4.zip |
build(hub): 31.0.4release/31.0.4
Signed-off-by: skjnldsv <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 e43bfc7b78c..291409ba5bd 100644 --- a/version.php +++ b/version.php @@ -9,10 +9,10 @@ // between betas, final and RCs. This is _not_ the public version number. Reset minor/patch level // when updating major/minor version number. -$OC_Version = [31, 0, 3, 2]; +$OC_Version = [31, 0, 4, 0]; // The human-readable string -$OC_VersionString = '31.0.3'; +$OC_VersionString = '31.0.4'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |