diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2015-10-02 15:28:03 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2015-10-02 16:06:56 +0200 |
commit | c80dd82fe4c197cb09344a2ce25f790cd597b792 (patch) | |
tree | c174878a794f790ee40be0a68eb6af5e510e49ff /version.php | |
parent | 57ceee13a964ac949717891e13af1990779ad841 (diff) | |
download | nextcloud-server-c80dd82fe4c197cb09344a2ce25f790cd597b792.tar.gz nextcloud-server-c80dd82fe4c197cb09344a2ce25f790cd597b792.zip |
Added mimetype repair step
* Version number increased
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php index 925e897d1ab..7ba6c3d93bc 100644 --- a/version.php +++ b/version.php @@ -23,7 +23,7 @@ // We only can count up. The 4. digit is only for the internal patchlevel to trigger DB upgrades // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = array(8, 2, 0, 7); +$OC_Version = array(8, 2, 0, 8); // The human readable string $OC_VersionString = '8.2 beta1'; |