diff options
author | Christoph Wurst <christoph@owncloud.com> | 2016-04-27 11:10:56 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-05-11 13:36:46 +0200 |
commit | 18704a9fc879b13322d6ddc6f8e0ef331415a5c3 (patch) | |
tree | da6968581ca98745f4ce28d894b958e29ad8fe76 /version.php | |
parent | 7e7d5a2ef2ff583854104c5a327619e3df6a1200 (diff) | |
download | nextcloud-server-18704a9fc879b13322d6ddc6f8e0ef331415a5c3.tar.gz nextcloud-server-18704a9fc879b13322d6ddc6f8e0ef331415a5c3.zip |
increase version number to trigger db migration
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 a3840349811..81e0bc1b067 100644 --- a/version.php +++ b/version.php @@ -26,7 +26,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(9, 1, 0, 0); +$OC_Version = array(9, 1, 0, 1); // The human readable string $OC_VersionString = '9.1.0 pre alpha'; |