From 31d7c093d1732a018150facedefabadda4af4bc3 Mon Sep 17 00:00:00 2001 From: ByteOtter Date: Wed, 17 Jan 2024 20:53:24 +0100 Subject: [PATCH] update version number to correct version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"