diff --git a/Cargo.lock b/Cargo.lock index eda16bf..a68caff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -446,7 +446,7 @@ dependencies = [ [[package]] name = "microgen" -version = "0.0.9" +version = "0.1.0" dependencies = [ "clap", "colored", @@ -461,7 +461,7 @@ dependencies = [ [[package]] name = "microhop" -version = "0.0.9" +version = "0.1.0" dependencies = [ "colored", "lazy_static", @@ -544,7 +544,7 @@ dependencies = [ [[package]] name = "profile" -version = "0.0.9" +version = "0.1.0" dependencies = [ "indexmap", "log", diff --git a/Cargo.toml b/Cargo.toml index c7412bf..19cb2ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "microhop" -version = "0.0.9" +version = "0.1.0" 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 a7e132e..398baf6 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "0.0.9" +current_version = "0.1.0" 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 64d030c..79a4807 100644 --- a/microgen/Cargo.toml +++ b/microgen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "microgen" -version = "0.0.9" +version = "0.1.0" edition = "2021" [dependencies] diff --git a/microgen/src/main.rs b/microgen/src/main.rs index 038fbd6..dccd48d 100644 --- a/microgen/src/main.rs +++ b/microgen/src/main.rs @@ -9,7 +9,7 @@ use kmoddep::{kerman::KernelInfo, modinfo::lsmod}; use rdgen::IrfsGen; use std::{error::Error, io, path::PathBuf}; -static VERSION: &str = "0.0.9"; +static VERSION: &str = "0.1.0"; static APPNAME: &str = "microgen"; /// Run information section diff --git a/profile/Cargo.toml b/profile/Cargo.toml index fb91e76..98295e3 100644 --- a/profile/Cargo.toml +++ b/profile/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "profile" -version = "0.0.9" +version = "0.1.0" edition = "2021" [dependencies] diff --git a/src/microhop.rs b/src/microhop.rs index d2440bc..eaeade0 100644 --- a/src/microhop.rs +++ b/src/microhop.rs @@ -4,7 +4,7 @@ use std::io::Error; use syslib::blk::BlkInfo; use uuid::Uuid; -static VERSION: &str = "0.0.9"; +static VERSION: &str = "0.1.0"; // Mount required system dirs lazy_static! {