diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-09-19 16:20:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-19 16:20:37 +0200 |
commit | 8b439fd6177c53df1a3174b8a7c8f4c512d1dde5 (patch) | |
tree | 460999d07feaf749a11cb79898c47a70ecf95311 | |
parent | 436177faf03ad09756e8610105abd9237437f933 (diff) | |
parent | d768bcebc878a64d77a17057f3b7e9427e028462 (diff) | |
download | nextcloud-server-8b439fd6177c53df1a3174b8a7c8f4c512d1dde5.tar.gz nextcloud-server-8b439fd6177c53df1a3174b8a7c8f4c512d1dde5.zip |
Merge pull request #17112 from nextcloud/version/15.0.12/RC1v15.0.12RC1
15.0.12 RC 1
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 2d20c63a6ae..09c23cb8229 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, 1); +$OC_Version = array(15, 0, 12, 0); // The human readable string -$OC_VersionString = '15.0.11'; +$OC_VersionString = '15.0.12'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |