diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-06-07 11:43:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-07 11:43:51 +0200 |
commit | 8a0093d9cada749aa0182b1c2248b42e0ea47f0b (patch) | |
tree | f0403d71c5dce75c954c53a93a28287d3e2ce34f | |
parent | a19310e2cff3f9c156627308682d9a72c1a288fd (diff) | |
parent | 299c47a56583c39c973f3a7f5f3d5d98c91d9dff (diff) | |
download | nextcloud-server-13.0.3.tar.gz nextcloud-server-13.0.3.zip |
Merge pull request #9778 from nextcloud/version/noid/13.0.3v13.0.3
13.0.3
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index c6f97238a79..1a23f88ddf4 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, 3, 1); +$OC_Version = array(13, 0, 3, 2); // The human readable string -$OC_VersionString = '13.0.3 RC 2'; +$OC_VersionString = '13.0.3'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |