diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-08-14 20:00:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-14 20:00:34 +0200 |
commit | c1ac4836b16a96399dd81aa2ac2fc057a3cbbffe (patch) | |
tree | 47225ab454cff715dc271b1ba51c7f06906c4ccb | |
parent | 7d3962c9489f757485e679eee006b4f8c8cf215d (diff) | |
parent | 2c1811be11140e383f6e940732d86850e1f307a6 (diff) | |
download | nextcloud-server-15.0.11.tar.gz nextcloud-server-15.0.11.zip |
15.0.11
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 50c2a30118b..2d20c63a6ae 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, 11, 0); +$OC_Version = array(15, 0, 11, 1); // The human readable string -$OC_VersionString = '15.0.11 RC1'; +$OC_VersionString = '15.0.11'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |