Skip to content

Commit 3de05e4

Browse files
slptylerfanelli
authored andcommitted
Bump version to v1.4.2
This release includes various fixes for init.c. Just bump release to v1.4.2. Signed-off-by: Sergio Lopez <[email protected]>
1 parent 1bb2763 commit 3de05e4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ LIBRARY_HEADER = include/libkrun.h
22
INIT_BINARY = init/init
33

44
ABI_VERSION=1
5-
FULL_VERSION=1.4.1
5+
FULL_VERSION=1.4.2
66

77
ifeq ($(SEV),1)
88
VARIANT = -sev

src/libkrun/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libkrun"
3-
version = "1.4.1"
3+
version = "1.4.2"
44
authors = ["Sergio Lopez <[email protected]>"]
55
edition = "2021"
66
build = "build.rs"

0 commit comments

Comments
 (0)