Skip to content

Commit afb7138

Browse files
committed
Merge branch '4.3-dev' into 4.4-dev
2 parents 3a4d8fb + 853d324 commit afb7138

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/src/Version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ final class Version
5555
* @var integer
5656
* @since 3.8.0
5757
*/
58-
public const PATCH_VERSION = 0;
58+
public const PATCH_VERSION = 1;
5959

6060
/**
6161
* Extra release version info.
@@ -90,7 +90,7 @@ final class Version
9090
* @var string
9191
* @since 3.5
9292
*/
93-
public const RELDATE = '12-April-2023';
93+
public const RELDATE = '18-April-2023';
9494

9595
/**
9696
* Release time.

0 commit comments

Comments
 (0)