From 3afe41b19f8ea3d6b10400397712cb8181da5e25 Mon Sep 17 00:00:00 2001 From: Terence Parr Date: Mon, 4 Sep 2023 13:27:34 -0700 Subject: [PATCH] Update PHP Runtime to 4.13.1 version --- src/RuntimeMetaData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RuntimeMetaData.php b/src/RuntimeMetaData.php index 488d78a..fd4d9bd 100644 --- a/src/RuntimeMetaData.php +++ b/src/RuntimeMetaData.php @@ -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.