From 27b3f9e16b847284ef9ca64aeca8004c1b5a4448 Mon Sep 17 00:00:00 2001 From: crumblingstatue Date: Mon, 14 Oct 2024 19:41:06 +0200 Subject: [PATCH] Bump version to 0.23.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d7896b3d..1fd2481d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sfml" description = "Rust binding for sfml" -version = "0.23.0-alpha.7" +version = "0.23.0" authors = ["Jeremy Letang "] documentation = "https://docs.rs/sfml" repository = "https://github.com/jeremyletang/rust-sfml"