Skip to content

Commit 0c6c660

Browse files
committed
Bump version to 1.9.4
Signed-off-by: Sergio Lopez <[email protected]>
1 parent 58be252 commit 0c6c660

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
@@ -1,7 +1,7 @@
11
LIBRARY_HEADER = include/libkrun.h
22

33
ABI_VERSION=1
4-
FULL_VERSION=1.9.3
4+
FULL_VERSION=1.9.4
55

66
INIT_SRC = init/init.c
77
KBS_INIT_SRC = init/tee/kbs/kbs.h \

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.9.3"
3+
version = "1.9.4"
44
authors = ["Sergio Lopez <[email protected]>"]
55
edition = "2021"
66
build = "build.rs"

0 commit comments

Comments
 (0)