Bump version

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2017-08-02 13:36:50 +02:00
parent bae5be3dc1
commit d34bd3f17c
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 1 additions and 1 deletions

View File

@ -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, 2);
$OC_Version = array(13, 0, 0, 3);
// The human readable string
$OC_VersionString = '13.0.0 alpha';