From 12844aa07c097b0f1a4d95bb313b28e8e6e91281 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Mon, 16 Oct 2023 14:05:32 -0400 Subject: [PATCH] Bump version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a13b5bd..3819c57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "raylib-ffi" -version = "4.5.4" +version = "4.5.5" authors = ["Evan Pratten "] edition = "2021" description = "Automatic raw Rust bindings to raylib"