diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-02-06 01:24:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-06 01:24:06 +0100 |
commit | 3b4285e13f6b1ec074b98466f49e189101f090bc (patch) | |
tree | c65729f27a23d1b6dd6579a1303df0d0276bcb58 | |
parent | 976e5e35f7696e2b2c5abc0d9ade4aa8601e13d6 (diff) | |
parent | bc171d46e6a41737701bdd9878fd2a16bce8d3f0 (diff) | |
download | nextcloud-server-13.0.0.tar.gz nextcloud-server-13.0.0.zip |
Merge pull request #8187 from nextcloud/13-finalv13.0.0
Final 13.0.0
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index f7a8d3d9e80..77d1465d19d 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(13, 0, 0, 13); +$OC_Version = array(13, 0, 0, 14); // The human readable string -$OC_VersionString = '13.0.0 RC 4'; +$OC_VersionString = '13.0.0'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |