diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2021-01-25 15:56:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-25 15:56:05 +0100 |
commit | 19ed5917b543356fa2daf4e21c5d3213d31ffbaa (patch) | |
tree | dfef82c8289019dca6be8ab19cf184a886ddface | |
parent | ef771f54f3117c3bbf039ef7157188027ac57b2f (diff) | |
parent | 901b534c72145a0fe1830dc66304cd2287c9c6f3 (diff) | |
download | nextcloud-server-19.0.8.tar.gz nextcloud-server-19.0.8.zip |
Merge pull request #25295 from nextcloud/version/19.0.8/finalv19.0.8
19.0.8
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index fa0cddea1fd..56be8f75969 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 = [19, 0, 8, 0]; +$OC_Version = [19, 0, 8, 1]; // The human readable string -$OC_VersionString = '19.0.8 RC1'; +$OC_VersionString = '19.0.8'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |