Skip to content

Commit 06b7ece

Browse files
zulinx86valeriepieger
authored andcommitted
chore: Bump version to 1.13.0-dev
We're going to release v1.12.0 tomorrow. Bumps the version to 1.13.0-dev in main branch. Signed-off-by: Takahiro Itazuri <[email protected]>
1 parent bacff13 commit 06b7ece

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cpu-template-helper/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cpu-template-helper"
3-
version = "1.12.0-dev"
3+
version = "1.13.0-dev"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55
edition = "2024"
66
license = "Apache-2.0"

src/firecracker/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "firecracker"
3-
version = "1.12.0-dev"
3+
version = "1.13.0-dev"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55
edition = "2024"
66
build = "build.rs"

src/firecracker/swagger/firecracker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ info:
55
The API is accessible through HTTP calls on specific URLs
66
carrying JSON modeled data.
77
The transport medium is a Unix Domain Socket.
8-
version: 1.12.0-dev
8+
version: 1.13.0-dev
99
termsOfService: ""
1010
contact:
1111

src/jailer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jailer"
3-
version = "1.12.0-dev"
3+
version = "1.13.0-dev"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55
edition = "2024"
66
description = "Process for starting Firecracker in production scenarios; applies a cgroup/namespace isolation barrier and then drops privileges."

src/rebase-snap/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rebase-snap"
3-
version = "1.12.0-dev"
3+
version = "1.13.0-dev"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55
edition = "2024"
66
license = "Apache-2.0"

src/seccompiler/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "seccompiler"
3-
version = "1.12.0-dev"
3+
version = "1.13.0-dev"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55
edition = "2024"
66
description = "Program that compiles multi-threaded seccomp-bpf filters expressed as JSON into raw BPF programs, serializing them and outputting them to a file."

src/snapshot-editor/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snapshot-editor"
3-
version = "1.12.0-dev"
3+
version = "1.13.0-dev"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55
edition = "2024"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)