diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 229cc7e..22410b5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.2 +current_version = 3.0.3 commit = True tag = True diff --git a/common/Cargo.toml b/common/Cargo.toml index d5aaca7..b46a6dc 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flakes" -version = "3.0.2" +version = "3.0.3" edition = "2021" [lib] diff --git a/firecracker-pilot/Cargo.toml b/firecracker-pilot/Cargo.toml index 0beb246..cd3b934 100644 --- a/firecracker-pilot/Cargo.toml +++ b/firecracker-pilot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "firecracker-pilot" -version = "3.0.2" +version = "3.0.3" 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.2 ", path = "../common", features = ["json"] } +flakes = { version = "3.0.3 ", path = "../common", features = ["json"] } diff --git a/firecracker-pilot/guestvm-tools/sci/Cargo.toml b/firecracker-pilot/guestvm-tools/sci/Cargo.toml index ebdac1f..51f6a19 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.2" +version = "3.0.3" edition = "2018" license = "MIT" diff --git a/flake-ctl/Cargo.toml b/flake-ctl/Cargo.toml index c81f576..0f81b8f 100644 --- a/flake-ctl/Cargo.toml +++ b/flake-ctl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flake-ctl" -version = "3.0.2" +version = "3.0.3" edition = "2018" license = "MIT" diff --git a/flake-ctl/debbuild/oci-deb b/flake-ctl/debbuild/oci-deb index 29df5de..240fddf 100755 --- a/flake-ctl/debbuild/oci-deb +++ b/flake-ctl/debbuild/oci-deb @@ -24,7 +24,7 @@ set -e SPEC_IN=/usr/share/podman-pilot/container.spec.in -PKG_VERSION=3.0.2 +PKG_VERSION=3.0.3 CONTAINER_TAG=latest CONTAINER_APPS="" diff --git a/package/flake-pilot.spec b/package/flake-pilot.spec index 370f2dc..1c3ef45 100644 --- a/package/flake-pilot.spec +++ b/package/flake-pilot.spec @@ -22,7 +22,7 @@ # SOFTWARE. # Name: flake-pilot -Version: 3.0.2 +Version: 3.0.3 Release: 0 Summary: Launcher for flake applications License: MIT diff --git a/podman-pilot/Cargo.toml b/podman-pilot/Cargo.toml index e96220f..48e09da 100644 --- a/podman-pilot/Cargo.toml +++ b/podman-pilot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "podman-pilot" -version = "3.0.2" +version = "3.0.3" 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.2", path = "../common" } +flakes = { version = "3.0.3", path = "../common" }