diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2024-08-01 20:53:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-01 20:53:34 +0200 |
commit | 1d147ac274a15c319c025e9a6b5ef4946b3de2bf (patch) | |
tree | e3c12d1d2a933b91e2d2ac7601143c388d0a8a45 /version.php | |
parent | ef7d83044ab6417c88170525bafff133f27eef36 (diff) | |
parent | caea6cc01c40d871877aca2ef05b932077ad3842 (diff) | |
download | nextcloud-server-30.0.0beta3.tar.gz nextcloud-server-30.0.0beta3.zip |
Merge pull request #46946 from nextcloud/release/30.0.0_beta_3v30.0.0beta3
30.0.0 beta 3
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 58a4d6d84d0..9fa324c4d35 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 = [30, 0, 0, 4]; +$OC_Version = [30, 0, 0, 5]; // The human-readable string -$OC_VersionString = '30.0.0 beta 2'; +$OC_VersionString = '30.0.0 beta 3'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |