From 65b9cce58a5b98bc66c3e4bdaf923ed52188fd12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20K=C3=A5re=20Alsaker?= Date: Mon, 16 Sep 2024 16:17:35 +0200 Subject: [PATCH] Bump version --- src/crusader-lib/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crusader-lib/src/lib.rs b/src/crusader-lib/src/lib.rs index ed26a2b..cf4a912 100644 --- a/src/crusader-lib/src/lib.rs +++ b/src/crusader-lib/src/lib.rs @@ -7,7 +7,7 @@ clippy::option_map_unit_fn )] -const VERSION: &str = "0.3"; +const VERSION: &str = "0.3.1-dev"; pub fn version() -> String { if !VERSION.ends_with("-dev") {