diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2024-07-24 10:50:44 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2024-07-25 22:39:26 +0200 |
commit | ec15c5dfe9b80da95428ef3b753c635b009a6cfa (patch) | |
tree | 7ea5300dfb31b41c4e8857ea942fa504c13930c7 /version.php | |
parent | 21428cc961d601a6ba57890aceafd9d87ac4359c (diff) | |
download | nextcloud-server-ec15c5dfe9b80da95428ef3b753c635b009a6cfa.tar.gz nextcloud-server-ec15c5dfe9b80da95428ef3b753c635b009a6cfa.zip |
build(hub): 30.0.0 beta 1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
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 44fbf088d31..57f6f2d1a02 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, 2]; +$OC_Version = [30, 0, 0, 3]; // The human-readable string -$OC_VersionString = '30.0.0 dev'; +$OC_VersionString = '30.0.0 beta 1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |