diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-07-10 21:27:35 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-07-10 21:27:35 +0200 |
commit | 0fe115a536c496afe91f5908a50b3fd473d2ba01 (patch) | |
tree | 29afa78eb421ab0cf67fb4be915c673c6b0985e1 /version.php | |
parent | 489103eede395b5a89e2241032a9d0cc2eb7b73e (diff) | |
download | nextcloud-server-0fe115a536c496afe91f5908a50b3fd473d2ba01.tar.gz nextcloud-server-0fe115a536c496afe91f5908a50b3fd473d2ba01.zip |
Add repair step
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
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 93a2001444e..5c288428c13 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,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(14, 0, 0, 9); +$OC_Version = array(14, 0, 0, 10); // The human readable string $OC_VersionString = '14.0.0 alpha'; |