diff options
author | Daniel Molkentin <danimo@owncloud.com> | 2016-06-29 11:22:23 +0200 |
---|---|---|
committer | Daniel Molkentin <danimo@owncloud.com> | 2016-06-29 11:22:23 +0200 |
commit | 1b66cbece1d1cb21cb4be58c017e55040af1339f (patch) | |
tree | 04c78b74d55f63010a82af18a8978e8c62035464 /version.php | |
parent | 78fa15aeef65be1cc66871a25c3b3effa74f2ed4 (diff) | |
download | nextcloud-server-1b66cbece1d1cb21cb4be58c017e55040af1339f.tar.gz nextcloud-server-1b66cbece1d1cb21cb4be58c017e55040af1339f.zip |
Fix version stringv8.2.6
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 ccd905541a1..88887a15968 100644 --- a/version.php +++ b/version.php @@ -28,7 +28,7 @@ $OC_Version = array(8, 2, 6, 2); // The human readable string -$OC_VersionString = ''; +$OC_VersionString = '8.2.6'; $OC_VersionCanBeUpgradedFrom = array(8, 1); |