From 90564e349663701ed350505e6337a08b9e0795d3 Mon Sep 17 00:00:00 2001 From: Ilya Bylich Date: Thu, 25 Apr 2024 18:36:48 +0200 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 47e6e75..cf2c7dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "MIT" name = "lib-ruby-parser-nodes" repository = "https://github.com/lib-ruby-parser/nodes" -version = "0.56.0" +version = "0.57.0" [dependencies] liquid = "= 0.26"