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"