mirror of
https://github.com/nextcloud/server.git
synced 2026-03-28 21:33:40 -04:00
fix(lexicon): trigger core upgrade
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
This commit is contained in:
parent
26cf4c263f
commit
1301573fdc
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 = [32, 0, 1, 0];
|
||||
$OC_Version = [32, 0, 1, 1];
|
||||
|
||||
// The human-readable string
|
||||
$OC_VersionString = '32.0.1 RC1';
|
||||
|
|
|
|||
Loading…
Reference in a new issue