From 49ed02f604d59db6fd0a23cefdf039e4f470c4c1 Mon Sep 17 00:00:00 2001 From: FireIsGood Date: Mon, 8 Jan 2024 15:03:09 -0800 Subject: [PATCH] Update version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 05b2669..314a33a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -403,7 +403,7 @@ checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4" [[package]] name = "limbus-image" -version = "0.1.1" +version = "0.2.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 830df43..ebc3a20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "limbus-image" -version = "0.1.1" +version = "0.2.0" edition = "2021" description = "CLI Limbus company image generator" readme = "README.md"