diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-07-17 08:19:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-17 08:19:50 +0200 |
commit | 8b490e8a5c21997711ebcbfecbf1a3a1b336439d (patch) | |
tree | 743b569bcc6309feefc2453e28f93acfab214517 /version.php | |
parent | 32d6c24ddec96b99044f1b7a1f9679d9c3dcea17 (diff) | |
parent | 0f434e109d06a8086000ab4739d3ba4ab119df66 (diff) | |
download | nextcloud-server-10.0.6RC1.tar.gz nextcloud-server-10.0.6RC1.zip |
Merge pull request #5729 from nextcloud/bump-stable10-versionv10.0.6RC1
10.0.6RC1
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 0c9a3896509..4e5160071d4 100644 --- a/version.php +++ b/version.php @@ -25,10 +25,10 @@ // We only can count up. The 4. digit is only for the internal patchlevel to trigger DB upgrades // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = array(9, 1, 5, 2); +$OC_Version = array(9, 1, 6, 0); // The human readable string -$OC_VersionString = '10.0.5'; +$OC_VersionString = '10.0.6 RC1'; $OC_VersionCanBeUpgradedFrom = array(9, 0); |