From 24bc29bb6326c2033e34fa5af0fb83cebca50bb6 Mon Sep 17 00:00:00 2001 From: Bo Maryniuk Date: Sun, 5 May 2024 21:25:25 +0000 Subject: [PATCH] Release to version 0.0.5 --- Cargo.toml | 2 +- bumpver.toml | 2 +- microgen/Cargo.toml | 2 +- profile/Cargo.toml | 2 +- src/microhop.rs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 90904a8..9865587 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "microhop" -version = "0.0.4" +version = "0.0.5" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/bumpver.toml b/bumpver.toml index bf04652..e6960dc 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "0.0.4" +current_version = "0.0.5" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "Release to version {new_version}" tag_message = "{new_version}" diff --git a/microgen/Cargo.toml b/microgen/Cargo.toml index dd7ef8a..38b3b07 100644 --- a/microgen/Cargo.toml +++ b/microgen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "microgen" -version = "0.0.4" +version = "0.0.5" edition = "2021" [dependencies] diff --git a/profile/Cargo.toml b/profile/Cargo.toml index fc33d52..2ed1811 100644 --- a/profile/Cargo.toml +++ b/profile/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "profile" -version = "0.0.4" +version = "0.0.5" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/microhop.rs b/src/microhop.rs index 9851166..2d38dd3 100644 --- a/src/microhop.rs +++ b/src/microhop.rs @@ -4,7 +4,7 @@ use profile::cfg::MhConfig; use std::io::Error; use uuid::Uuid; -static VERSION: &str = "0.0.4"; +static VERSION: &str = "0.0.5"; // Mount required system dirs lazy_static! {