From 3e2811d8ebbab82a31a3f79ef39d4da2ef3fec0e Mon Sep 17 00:00:00 2001 From: Calum Date: Sat, 23 Mar 2024 18:35:54 +0000 Subject: [PATCH] bump version it has to go up to 0.4 because it needs to move past versioning of alator within git --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b48dc1a..5308643 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rotala" -version = "0.1.1" +version = "0.4.1" edition = "2021" authors = ["Calum Russell "] license-file = "LICENCE"