Skip to content

Commit 72e47a2

Browse files
committed
Revert version.php
1 parent c04738c commit 72e47a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

libraries/src/Version.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ final class Version
6666
* @var string
6767
* @since 3.8.0
6868
*/
69-
public const EXTRA_VERSION = 'alpha2';
69+
public const EXTRA_VERSION = 'alpha2-dev';
7070

7171
/**
7272
* Development status.
7373
*
7474
* @var string
7575
* @since 3.5
7676
*/
77-
public const DEV_STATUS = 'Alpha';
77+
public const DEV_STATUS = 'Development';
7878

7979
/**
8080
* Code name.
@@ -90,15 +90,15 @@ final class Version
9090
* @var string
9191
* @since 3.5
9292
*/
93-
public const RELDATE = '27-June-2023';
93+
public const RELDATE = '30-May-2023';
9494

9595
/**
9696
* Release time.
9797
*
9898
* @var string
9999
* @since 3.5
100100
*/
101-
public const RELTIME = '16:00';
101+
public const RELTIME = '16:02';
102102

103103
/**
104104
* Release timezone.

0 commit comments

Comments
 (0)