Skip to content

Commit 5bffadd

Browse files
authored
Fix wrong version string
Thx @zero-24 and @dmitriy-cloudaccess
1 parent 692f965 commit 5bffadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ final class Version
5050
* @var integer
5151
* @since 3.8.0
5252
*/
53-
const PATCH_VERSION = 3;
53+
const PATCH_VERSION = 0;
5454

5555
/**
5656
* Extra release version info.

0 commit comments

Comments
 (0)