diff --git a/lib/composer/composer/ClassLoader.php b/lib/composer/composer/ClassLoader.php index dc02dfb114..95f7e0978b 100644 --- a/lib/composer/composer/ClassLoader.php +++ b/lib/composer/composer/ClassLoader.php @@ -377,7 +377,7 @@ class ClassLoader $subPath = $class; while (false !== $lastPos = strrpos($subPath, '\\')) { $subPath = substr($subPath, 0, $lastPos); - $search = $subPath.'\\'; + $search = $subPath . '\\'; if (isset($this->prefixDirsPsr4[$search])) { $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1); foreach ($this->prefixDirsPsr4[$search] as $dir) { diff --git a/version.php b/version.php index f61eac0bac..b0e864c6cc 100644 --- a/version.php +++ b/version.php @@ -26,10 +26,10 @@ // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = array(12, 0, 10, 1); +$OC_Version = array(12, 0, 11, 0); // The human readable string -$OC_VersionString = '12.0.10'; +$OC_VersionString = '12.0.11 RC 1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [