Skip to content

Commit

Permalink
Release to version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isbm committed Jul 10, 2024
1 parent cb88d9f commit 4611bdf
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bumpver.toml
Original file line number Diff line number Diff line change
@@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion microgen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "microgen"
version = "0.0.9"
version = "0.1.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion microgen/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion profile/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "profile"
version = "0.0.9"
version = "0.1.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/microhop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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! {
Expand Down

0 comments on commit 4611bdf

Please sign in to comment.