Skip to content

Commit

Permalink
Bump version to 12.0.5
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Reschke <[email protected]>
  • Loading branch information
LukasReschke committed Aug 5, 2017
1 parent b521ef1 commit 3640898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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, 1, 4);
$OC_Version = array(12, 0, 1, 5);

// The human readable string
$OC_VersionString = '12.0.1 RC5';
$OC_VersionString = '12.0.1';

$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [
Expand Down

0 comments on commit 3640898

Please sign in to comment.