Skip to content

Commit 1168fb9

Browse files
committed
Bump version to v1.6.0
Bump minor version to reflect the dependency on a newer libkrunfw version (> 4.x), now at v1.6.0. Signed-off-by: Sergio Lopez <[email protected]>
1 parent 288a305 commit 1168fb9

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.5.1
4+
FULL_VERSION=1.6.0
55

66
INIT_SRC = init/init.c
77
SNP_INIT_SRC = init/tee/snp_attest.c \

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

0 commit comments

Comments
 (0)