Skip to content

Commit

Permalink
Bump version to v1.6.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
slp committed Aug 10, 2023
1 parent 288a305 commit 1168fb9
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
@@ -1,7 +1,7 @@
LIBRARY_HEADER = include/libkrun.h

ABI_VERSION=1
FULL_VERSION=1.5.1
FULL_VERSION=1.6.0

INIT_SRC = init/init.c
SNP_INIT_SRC = init/tee/snp_attest.c \
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.5.1"
version = "1.6.0"
authors = ["Sergio Lopez <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down

0 comments on commit 1168fb9

Please sign in to comment.