diff options
author | Vincent Petry <pvince81@owncloud.com> | 2016-05-20 12:32:02 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2016-05-20 17:56:02 +0200 |
commit | b40c0bad9685873bbcd61f310717c0da0c9faf75 (patch) | |
tree | e690dbf34ddf732b953c0659d574f3741240497d /version.php | |
parent | 79f6b7b7ff2aa606e08255287c25fe168f710f44 (diff) | |
download | nextcloud-server-b40c0bad9685873bbcd61f310717c0da0c9faf75.tar.gz nextcloud-server-b40c0bad9685873bbcd61f310717c0da0c9faf75.zip |
Increase version for DB addition
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 d9e1ca1df1c..a4f1c4dbce0 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, 2); +$OC_Version = array(9, 1, 0, 3); // The human readable string $OC_VersionString = '9.1.0 pre alpha'; |