From f9567bcd63b3cefa16be7da18fc13f9111c5135d Mon Sep 17 00:00:00 2001 From: azjezz Date: Tue, 13 Aug 2024 12:49:24 +0100 Subject: [PATCH] v0.4.0 Signed-off-by: azjezz --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index da996e3..aac2897 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "php_codegen" -version = "0.3.0" +version = "0.4.0" edition = "2021" description = "Generate PHP code from Rust using a fluent API 🐘 🦀" readme = "README.md"