diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-08-08 19:16:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-08 19:16:29 +0200 |
commit | 46718f3dcbb2b4ba09276f52421b49724df2c5e3 (patch) | |
tree | aab61ed04e4204e5d238ae7dd2947790661cfe0c | |
parent | 6ba5b3e2220c2b95d2b7447674c7be53450059a6 (diff) | |
parent | c54a752b8bba0fbb51838dc9d57b7de05755fbc8 (diff) | |
download | nextcloud-server-15.0.11RC1.tar.gz nextcloud-server-15.0.11RC1.zip |
Merge pull request #16676 from nextcloud/version/15.0.11/RC1v15.0.11RC1
15.0.11 RC1
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 07cb6e21b57..50c2a30118b 100644 --- a/version.php +++ b/version.php @@ -29,10 +29,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(15, 0, 10, 0); +$OC_Version = array(15, 0, 11, 0); // The human readable string -$OC_VersionString = '15.0.10'; +$OC_VersionString = '15.0.11 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |