Skip to content

Commit dec983f

Browse files
authored
[4.4] fix version alpha2 dev (#40726)
1 parent 75f992f commit dec983f

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
@@ -66,7 +66,7 @@ final class Version
6666
* @var string
6767
* @since 3.8.0
6868
*/
69-
public const EXTRA_VERSION = 'dev';
69+
public const EXTRA_VERSION = 'alpha2-dev';
7070

7171
/**
7272
* Development status.

0 commit comments

Comments
 (0)