diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2025-01-09 12:59:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-09 12:59:57 +0100 |
commit | 33b564dfa9de9de06a4e5dfebcc7e204e31c9e5a (patch) | |
tree | 7b607f6745b1a6a1e4420008d721df4588158e45 | |
parent | c515617377d304ee44e731741554a3842c2f3b8d (diff) | |
parent | b95fbe57dc078d131614ac2650cc3a6192ff1656 (diff) | |
download | nextcloud-server-artonge/feat/validate_keychecksum.tar.gz nextcloud-server-artonge/feat/validate_keychecksum.zip |
Merge pull request #50095 from nextcloud/release/31.0.0_beta_2v31.0.0beta2artonge/feat/validate_keychecksum
31.0.0 beta 2
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 310f3bfae91..4b3c27a8af9 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, 0, 7]; +$OC_Version = [31, 0, 0, 8]; // The human-readable string -$OC_VersionString = '31.0.0 beta 1'; +$OC_VersionString = '31.0.0 beta 2'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |