diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2022-08-11 09:29:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-11 09:29:37 +0200 |
commit | f6f27bd7f0172817eb2bf6f218a6a5d6131f8e3d (patch) | |
tree | 94d8acbf2ddc7a4f685d55113b061288265c6846 | |
parent | 934245181ba143e77722edcde2db3445d0637b9a (diff) | |
parent | 4775213eb37d1f501d0903e8281305a1f433a088 (diff) | |
download | nextcloud-server-f6f27bd7f0172817eb2bf6f218a6a5d6131f8e3d.tar.gz nextcloud-server-f6f27bd7f0172817eb2bf6f218a6a5d6131f8e3d.zip |
Merge pull request #33503 from nextcloud/release/23.0.8v23.0.8
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index c1ea49db9f2..9e49a0b7688 100644 --- a/version.php +++ b/version.php @@ -30,10 +30,10 @@ // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = [23, 0, 8, 0]; +$OC_Version = [23, 0, 8, 1]; // The human readable string -$OC_VersionString = '23.0.8rc1'; +$OC_VersionString = '23.0.8'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |