Skip to content

Commit

Permalink
Set version in dev to 4.10 in prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
parrt authored and marcospassos committed Apr 13, 2022
1 parent 265fa3f commit 25072a6
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.9.3';
public const VERSION = '4.10';

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

0 comments on commit 25072a6

Please sign in to comment.