From 8f3bfd80b96a0dc8df5ee4780a9281dbc5166c78 Mon Sep 17 00:00:00 2001 From: Reece Humphreys Date: Sat, 21 Oct 2023 17:20:27 -0400 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b587f97..266f8df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kessler" -version = "0.1.3" +version = "0.1.4" edition = "2021" license = "MIT" authors = ["Reece Humphreys"]