Skip to content

Commit

Permalink
Merge pull request #7225 from nextcloud/12.0.4RC-version
Browse files Browse the repository at this point in the history
12.0.4 RC
  • Loading branch information
rullzer authored Nov 20, 2017
2 parents 6bfeec0 + f6573ca commit b8d3577
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, 3, 3);
$OC_Version = array(12, 0, 4, 0);

// The human readable string
$OC_VersionString = '12.0.3';
$OC_VersionString = '12.0.4 RC1';

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

0 comments on commit b8d3577

Please sign in to comment.