mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fix: bump OC_Version
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
20c09d1afb
commit
beeee26218
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
// 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, 0];
|
||||
$OC_Version = [30, 0, 0, 1];
|
||||
|
||||
// The human-readable string
|
||||
$OC_VersionString = '30.0.0 dev';
|
||||
|
|
|
|||
Loading…
Reference in a new issue