diff --git a/Cargo.lock b/Cargo.lock index 42a7b7e..c320eb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -215,7 +215,7 @@ dependencies = [ [[package]] name = "thanix" -version = "0.1.0" +version = "0.1.0-alpha.1" dependencies = [ "clap", "convert_case", diff --git a/Cargo.toml b/Cargo.toml index 127cf8c..8aa666f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "thanix" authors = ["Christopher Hock "] -version = "0.1.0" +version = "0.1.0-alpha.1" edition = "2021" description = "A yaml-to-rust code generator for generating Rust code from yaml config files e.g. as found in openAPI." readme = "README.md"