diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-05-19 12:11:07 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-06-23 12:36:38 +0200 |
commit | 7f48b6f14faf42774332ef90a7fa660f1bbd1633 (patch) | |
tree | 7c287a7ee91a69b038ca63ea0020a824b0525569 /version.php | |
parent | d56e86cfde49910d3af564fb7e6dd553279dfc3c (diff) | |
download | nextcloud-server-7f48b6f14faf42774332ef90a7fa660f1bbd1633.tar.gz nextcloud-server-7f48b6f14faf42774332ef90a7fa660f1bbd1633.zip |
Adopt DB and Manager to personal settings structure
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
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 e237770c820..d9e26eafcee 100644 --- a/version.php +++ b/version.php @@ -26,7 +26,7 @@ // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = array(13, 0, 0, 0); +$OC_Version = array(13, 0, 0, 1); // The human readable string $OC_VersionString = '13.0.0 alpha'; |