Skip to content

Commit

Permalink
Bump version: 3.0.5 → 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
schaefi committed Jan 17, 2024
1 parent 5006876 commit 8f89ddb
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.5
current_version = 3.0.6
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flakes"
version = "3.0.5"
version = "3.0.6"
edition = "2021"

[lib]
Expand Down
4 changes: 2 additions & 2 deletions firecracker-pilot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "firecracker-pilot"
version = "3.0.5"
version = "3.0.6"
edition = "2018"
license = "MIT"

Expand All @@ -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.5 ", path = "../common", features = ["json"] }
flakes = { version = "3.0.6 ", path = "../common", features = ["json"] }
2 changes: 1 addition & 1 deletion firecracker-pilot/guestvm-tools/sci/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sci"
version = "3.0.5"
version = "3.0.6"
edition = "2018"
license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion flake-ctl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flake-ctl"
version = "3.0.5"
version = "3.0.6"
edition = "2018"
license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion flake-ctl/debbuild/oci-deb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
set -e

SPEC_IN=/usr/share/podman-pilot/container.spec.in
PKG_VERSION=3.0.5
PKG_VERSION=3.0.6
CONTAINER_TAG=latest
CONTAINER_APPS=""

Expand Down
2 changes: 1 addition & 1 deletion package/flake-pilot.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# SOFTWARE.
#
Name: flake-pilot
Version: 3.0.5
Version: 3.0.6
Release: 0
Summary: Launcher for flake applications
License: MIT
Expand Down
4 changes: 2 additions & 2 deletions podman-pilot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "podman-pilot"
version = "3.0.5"
version = "3.0.6"
edition = "2018"
license = "MIT"

Expand All @@ -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.5", path = "../common" }
flakes = { version = "3.0.6", path = "../common" }

0 comments on commit 8f89ddb

Please sign in to comment.