diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-09-29 10:27:01 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-10-01 08:27:12 +0200 |
commit | cc0812332c2641e15fadbaf3241b9a9f61272a27 (patch) | |
tree | 3bec8bcb282159025fe6fd5ace06bf0f15799bb6 /version.php | |
parent | 6e104bc933036b77b2967334a99922eb26c40dbc (diff) | |
download | nextcloud-server-cc0812332c2641e15fadbaf3241b9a9f61272a27.tar.gz nextcloud-server-cc0812332c2641e15fadbaf3241b9a9f61272a27.zip |
add more precise version to also repair git master instances
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 711d82f1ca1..925e897d1ab 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, 6); +$OC_Version = array(8, 2, 0, 7); // The human readable string $OC_VersionString = '8.2 beta1'; |