Skip to content

Commit

Permalink
Update PHP Runtime to 4.13.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
parrt committed Sep 4, 2023
1 parent 1ebacfd commit 3afe41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RuntimeMetaData.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ final class RuntimeMetaData
* - suffix is an optional string. When `suffix` is omitted, the `-`
* (hyphen-minus) appearing before it is also omitted.
*/
public const VERSION = '4.13.0';
public const VERSION = '4.13.1';

/**
* Gets the currently executing version of the ANTLR 4 runtime library.
Expand Down

0 comments on commit 3afe41b

Please sign in to comment.