Skip to content
Snippets Groups Projects
Unverified Commit f7fa2f81 authored by Roeland Jago Douma's avatar Roeland Jago Douma Committed by GitHub
Browse files

Merge pull request #16408 from nextcloud/version/noid/17.0.0beta1

17.0.0 Beta 1
parents 6ef7ba20 c95c7107
No related branches found
No related tags found
Loading
......@@ -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(17, 0, 0, 1);
$OC_Version = array(17, 0, 0, 2);
// The human readable string
$OC_VersionString = '17.0.0 alpha';
$OC_VersionString = '17.0.0 Beta 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment