diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2020-01-17 14:45:28 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2020-01-17 14:45:28 +0100 |
commit | 905d07a85061e00f9ce735467bc68a1c24f44a9b (patch) | |
tree | c4747bfa501ee6584e7f742e79ec1dd4df6b3498 /version.php | |
parent | fe6fdfe50de3d46e0ae18ce5b2f216855004df4f (diff) | |
download | nextcloud-server-905d07a85061e00f9ce735467bc68a1c24f44a9b.tar.gz nextcloud-server-905d07a85061e00f9ce735467bc68a1c24f44a9b.zip |
Bump version
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index d7d6186f29e..b8b9a18b004 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(18, 0, 0, 9); +$OC_Version = array(18, 0, 0, 10); // The human readable string -$OC_VersionString = '18.0.0 RC2'; +$OC_VersionString = '18.0.0'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |