Skip to content

Commit 401d07d

Browse files
committed
Increase patchlevel to 4
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
1 parent f643b7b commit 401d07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
2727
// when updating major/minor version number.
2828

29-
$OC_Version = array(11, 0, 2, 3);
29+
$OC_Version = array(11, 0, 2, 4);
3030

3131
// The human readable string
3232
$OC_VersionString = '11.0.2';

0 commit comments

Comments
 (0)