Skip to content

Commit

Permalink
Bump version to v1.4.2
Browse files Browse the repository at this point in the history
This release includes various fixes for init.c. Just bump release to
v1.4.2.

Signed-off-by: Sergio Lopez <slp@redhat.com>
  • Loading branch information
slp authored and tylerfanelli committed Oct 11, 2022
1 parent bebd053 commit 3052470
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ LIBRARY_HEADER = include/libkrun.h
INIT_BINARY = init/init

ABI_VERSION=1
FULL_VERSION=1.4.1
FULL_VERSION=1.4.2

ifeq ($(SEV),1)
VARIANT = -sev
Expand Down
2 changes: 1 addition & 1 deletion src/libkrun/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libkrun"
version = "1.4.1"
version = "1.4.2"
authors = ["Sergio Lopez <slp@redhat.com>"]
edition = "2021"
build = "build.rs"
Expand Down

0 comments on commit 3052470

Please sign in to comment.