Skip to content

Commit

Permalink
Bump version: 3.1.10 → 3.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
schaefi committed Dec 16, 2024
1 parent 4ed735d commit c9650be
Show file tree
Hide file tree
Showing 7 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.1.10
current_version = 3.1.11
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.1.10"
version = "3.1.11"
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.1.10"
version = "3.1.11"
edition = "2018"
license = "MIT"

Expand All @@ -17,5 +17,5 @@ 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.1.10 ", path = "../common", features = ["json"] }
flakes = { version = "3.1.11 ", path = "../common", features = ["json"] }
libc = { version = "0.2" }
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.1.10"
version = "3.1.11"
edition = "2018"
license = "MIT"

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

Expand All @@ -17,5 +17,5 @@ futures-util = { version = "0.3" }
indicatif = { version = "0.15" }
tokio = { version = "1.32", features = ["full"] }
tempfile = { version = "3.4" }
flakes = { version = "3.1.10", path = "../common" }
flakes = { version = "3.1.11", path = "../common" }
users = { version = "0.11" }
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.1.10
Version: 3.1.11
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.1.10"
version = "3.1.11"
edition = "2018"
license = "MIT"

Expand All @@ -15,6 +15,6 @@ lazy_static = { version = "1.4" }
serde = { version = "1.0", features = ["derive"]}
serde_yaml = { version = "0.9" }
regex = { version = "1.9" }
flakes = { version = "3.1.10", path = "../common" }
flakes = { version = "3.1.11", path = "../common" }
rust-ini = { version = "0.21" }
users = { version = "0.11" }

0 comments on commit c9650be

Please sign in to comment.