From 4c5efd5dbf139b9ac80b1df151b89112bb5bd779 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Sun, 12 Nov 2023 12:31:44 +0100 Subject: [PATCH] Update current version number --- README.md | 6 +++--- RELEASE_CHECKLIST | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9addbce..06d6233 100644 --- a/README.md +++ b/README.md @@ -59,12 +59,12 @@ Basic usage Code can be parsed using either `ast\parse_code()`, which accepts a code string, or `ast\parse_file()`, which accepts a file path. Additionally, both functions require a `$version` -argument to ensure forward-compatibility. The current version is 90. +argument to ensure forward-compatibility. The current version is 100. ```php -$ast = ast\parse_code('