diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e91566a..26acd42 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.7 +current_version = 3.0.8 commit = True tag = True diff --git a/common/Cargo.toml b/common/Cargo.toml index 3d6c89a..78888af 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flakes" -version = "3.0.7" +version = "3.0.8" edition = "2021" [lib] diff --git a/firecracker-pilot/Cargo.toml b/firecracker-pilot/Cargo.toml index 8e7d699..29bbe1d 100644 --- a/firecracker-pilot/Cargo.toml +++ b/firecracker-pilot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "firecracker-pilot" -version = "3.0.7" +version = "3.0.8" edition = "2018" license = "MIT" @@ -17,4 +17,4 @@ ubyte = { version = "0.10", features = ["serde"] } lazy_static = { version = "1.4" } serde_yaml = { version = "0.9" } strum = { version = "0.25", features = ["derive"] } -flakes = { version = "3.0.7 ", path = "../common", features = ["json"] } +flakes = { version = "3.0.8 ", path = "../common", features = ["json"] } diff --git a/firecracker-pilot/guestvm-tools/sci/Cargo.toml b/firecracker-pilot/guestvm-tools/sci/Cargo.toml index 1aef950..443ee7c 100644 --- a/firecracker-pilot/guestvm-tools/sci/Cargo.toml +++ b/firecracker-pilot/guestvm-tools/sci/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sci" -version = "3.0.7" +version = "3.0.8" edition = "2018" license = "MIT" diff --git a/flake-ctl/Cargo.toml b/flake-ctl/Cargo.toml index a4dd474..0277714 100644 --- a/flake-ctl/Cargo.toml +++ b/flake-ctl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flake-ctl" -version = "3.0.7" +version = "3.0.8" edition = "2018" license = "MIT" diff --git a/package/flake-pilot.spec b/package/flake-pilot.spec index d8836a9..0a1fd2c 100644 --- a/package/flake-pilot.spec +++ b/package/flake-pilot.spec @@ -23,7 +23,7 @@ # SOFTWARE. # Name: flake-pilot -Version: 3.0.7 +Version: 3.0.8 Release: 0 Summary: Launcher for flake applications License: MIT diff --git a/podman-pilot/Cargo.toml b/podman-pilot/Cargo.toml index d51709b..6853566 100644 --- a/podman-pilot/Cargo.toml +++ b/podman-pilot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "podman-pilot" -version = "3.0.7" +version = "3.0.8" edition = "2018" license = "MIT" @@ -15,4 +15,4 @@ lazy_static = { version = "1.4" } serde = { version = "1.0", features = ["derive"]} serde_yaml = { version = "0.9" } regex = { version = "1.9" } -flakes = { version = "3.0.7", path = "../common" } +flakes = { version = "3.0.8", path = "../common" }