diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-06-22 12:10:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-22 12:10:29 +0200 |
commit | 82f744bb016b059a55d1c6c476a665029e55cedc (patch) | |
tree | a34217e4ca28cc36f338193302de88b77f6ef94a | |
parent | f33b6268d614bb38527067691380b4f8e93e30fb (diff) | |
parent | 7c29545de3775f07d488250e06167f353bbcd50b (diff) | |
download | nextcloud-server-82f744bb016b059a55d1c6c476a665029e55cedc.tar.gz nextcloud-server-82f744bb016b059a55d1c6c476a665029e55cedc.zip |
Merge pull request #38941 from nextcloud/release/25.0.8v25.0.8
25.0.8
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 840079d694d..0e622cf3d4a 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 = [25, 0, 8, 1]; +$OC_Version = [25, 0, 8, 2]; // The human readable string -$OC_VersionString = '25.0.8 RC2'; +$OC_VersionString = '25.0.8'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |