diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-05-08 14:47:50 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-05-14 13:25:55 +0200 |
commit | 253f962241ba7c96610f22e6940c31184650041d (patch) | |
tree | 4142059ceba15c6bf5748b8260285c9a11940f3e /version.php | |
parent | 3bfa031f38ded2da90ce6051187fcbcb53f67cc2 (diff) | |
download | nextcloud-server-253f962241ba7c96610f22e6940c31184650041d.tar.gz nextcloud-server-253f962241ba7c96610f22e6940c31184650041d.zip |
Add the job
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 bd0de81ff33..433f248aec7 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, 2); +$OC_Version = array(14, 0, 0, 3); // The human readable string $OC_VersionString = '14.0.0 alpha'; |