From 6269226c28993e71c8de866b3d388e2132a1d8c5 Mon Sep 17 00:00:00 2001 From: threeoh6000 Date: Fri, 19 Jan 2024 20:12:58 +0000 Subject: [PATCH] upd ver --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 974e1e5..14dd92a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "frostwalker" description = "A TOML-like configuration language parser with zero dependencies outside of std." -version = "0.1.0" +version = "0.1.0-a" edition = "2021" authors = ["abbieoverflight "] license = "MPL-2.0"