mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
bump last version digit for rebuild
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
bb04b67c39
commit
50221f94ab
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
|
||||
// when updating major/minor version number.
|
||||
|
||||
$OC_Version = [20, 0, 14, 1];
|
||||
$OC_Version = [20, 0, 14, 2];
|
||||
|
||||
// The human readable string
|
||||
$OC_VersionString = '20.0.14';
|
||||
|
|
|
|||
Loading…
Reference in a new issue