From 62ef1ad05c11fd783613c535d78cda6ede710150 Mon Sep 17 00:00:00 2001 From: Yannick Poirier Date: Thu, 31 Oct 2024 16:02:32 +0100 Subject: [PATCH] Set version 1.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0a2050b..82d1914 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flute" -version = "1.4.2" +version = "1.5.0" authors = ["Yannick Poirier "] edition = "2021" license = "MIT"