diff options
author | Morris Jobke <hey@morrisjobke.de> | 2019-05-15 16:38:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-15 16:38:56 +0200 |
commit | fcd5fc667ec882f8a5141e50b38c515e29a96b47 (patch) | |
tree | 1a7b1b6bfa434a4384d662a09b8b805c4c133334 | |
parent | 70610a2fbe27ad52fbe010a9cdc4bbfc72331460 (diff) | |
parent | 13f98ad272997f46ba81bb565ba68fd7c8ef9ec1 (diff) | |
download | nextcloud-server-16.0.1.tar.gz nextcloud-server-16.0.1.zip |
Merge pull request #15543 from nextcloud/version/16.0.1v16.0.1
16.0.1
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index eb605532c79..26d6f0e05f6 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(16, 0, 1, 0); +$OC_Version = array(16, 0, 1, 1); // The human readable string -$OC_VersionString = '16.0.1 RC 1'; +$OC_VersionString = '16.0.1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |