Skip to content

Commit

Permalink
Update PHP Runtime to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
parrt committed Aug 3, 2024
2 parents 3afe41b + f487f76 commit 45d0f81
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.1';
public const VERSION = '4.13.2';

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

0 comments on commit 45d0f81

Please sign in to comment.