diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2017-11-20 12:59:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-20 12:59:47 +0100 |
commit | b8d3577b92094bfcefd4cd740c1e3895e852dc26 (patch) | |
tree | f74dab59add1f8040b367b19b03c7fc45c1baaa5 | |
parent | 6bfeec049eb134db6f29355a8b02df29ba5aeb53 (diff) | |
parent | f6573ca72e9ab5d2989024e1717953238390603b (diff) | |
download | nextcloud-server-12.0.4RC1.tar.gz nextcloud-server-12.0.4RC1.zip |
Merge pull request #7225 from nextcloud/12.0.4RC-versionv12.0.4RC1
12.0.4 RC
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 8ab59760128..0227815bd82 100644 --- a/version.php +++ b/version.php @@ -26,10 +26,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(12, 0, 3, 3); +$OC_Version = array(12, 0, 4, 0); // The human readable string -$OC_VersionString = '12.0.3'; +$OC_VersionString = '12.0.4 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |