From 35ca07952a1e2f4b3ccd9d93d9a88242d5d23efb Mon Sep 17 00:00:00 2001 From: Techno Duck Date: Tue, 24 Oct 2023 15:11:06 -0400 Subject: [PATCH] [SIMVER] 0.1.1 --- api/axum/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/axum/Cargo.toml b/api/axum/Cargo.toml index 03c7bb4..2d37c86 100644 --- a/api/axum/Cargo.toml +++ b/api/axum/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Technoduck"] name = "api-id-assigner" description = "Axum powered API to manage ids for hostnames of a sulrm cluster" -version = "0.1.0" +version = "0.1.1" edition = "2021" [package.metadata.deb]