Skip to content

Commit

Permalink
Release to version 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
isbm committed May 5, 2024
1 parent 52bff5e commit 24bc29b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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.4"
version = "0.0.5"
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.4"
current_version = "0.0.5"
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.4"
version = "0.0.5"
edition = "2021"

[dependencies]
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.4"
version = "0.0.5"
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 src/microhop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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! {
Expand Down

0 comments on commit 24bc29b

Please sign in to comment.