diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-10-09 15:49:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-09 15:49:45 +0200 |
commit | c33167be5e9265d13f91e3717c8b89b17e9d060f (patch) | |
tree | af48cf0f815e0437d5a6241bf11a09093786b854 | |
parent | 048f99620a170cb73fb6ff81de857da65741b68d (diff) | |
parent | ce3b50c4f4664e4543f5f470a146d8f7f8d26bfc (diff) | |
download | nextcloud-server-c33167be5e9265d13f91e3717c8b89b17e9d060f.tar.gz nextcloud-server-c33167be5e9265d13f91e3717c8b89b17e9d060f.zip |
Merge pull request #11713 from nextcloud/version/noid/13.0.7RC2v13.0.7RC2
13.0.7 RC 2
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 35d13d1c235..c3b279505d4 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, 7, 0); +$OC_Version = array(13, 0, 7, 1); // The human readable string -$OC_VersionString = '13.0.7 RC 1'; +$OC_VersionString = '13.0.7 RC 2'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |