diff --git a/version.php b/version.php index eeb21c593f03c..02d88d768a70c 100644 --- a/version.php +++ b/version.php @@ -38,3 +38,5 @@ // The build number $OC_Build = ''; +// Vendor of this package +$vendor = 'nextcloud';