diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-01-09 15:58:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-09 15:58:02 +0100 |
commit | 4c92d096b8a75516ade3bef43d5206eb489aef89 (patch) | |
tree | f3c05c2952fce206f4e2d6d0d49064bc2a5411ef | |
parent | 1b43184aebac9a1513eb90894dce40f6bef62f7b (diff) | |
parent | f5a5be201c3c0f6cd03090c83cf2b49775fafe1d (diff) | |
download | nextcloud-server-4c92d096b8a75516ade3bef43d5206eb489aef89.tar.gz nextcloud-server-4c92d096b8a75516ade3bef43d5206eb489aef89.zip |
Merge pull request #7740 from nextcloud/12.0.5-rc1-prep
12.0.5 RC1
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 1b23896c00e..5cdbe37ff0b 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, 4, 3); +$OC_Version = array(12, 0, 5, 0); // The human readable string -$OC_VersionString = '12.0.4'; +$OC_VersionString = '12.0.5 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |