Skip to content

Commit

Permalink
Bump version: 2.2.26 → 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schaefi committed Sep 4, 2023
1 parent 8fd4332 commit 4e95e3f
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 = 2.2.26
current_version = 3.0.0
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 = "2.2.26"
version = "3.0.0"
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 = "2.2.26"
version = "3.0.0"
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 = "2.2.26 ", path = "../common", features = ["json"] }
flakes = { version = "3.0.0 ", 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 = "2.2.26"
version = "3.0.0"
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 = "2.2.26"
version = "3.0.0"
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 @@ -24,7 +24,7 @@
set -e

SPEC_IN=/usr/share/podman-pilot/container.spec.in
PKG_VERSION=2.2.26
PKG_VERSION=3.0.0
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 @@ -22,7 +22,7 @@
# SOFTWARE.
#
Name: flake-pilot
Version: 2.2.26
Version: 3.0.0
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 = "2.2.26"
version = "3.0.0"
edition = "2018"
license = "MIT"

Expand All @@ -14,4 +14,4 @@ spinoff = { version = "0.7" }
lazy_static = { version = "1.4" }
serde = { version = "1.0", features = ["derive"]}
serde_yaml = { version = "0.9" }
flakes = { version = "2.2.26", path = "../common" }
flakes = { version = "3.0.0", path = "../common" }

0 comments on commit 4e95e3f

Please sign in to comment.