Skip to content

Commit

Permalink
Bump version to 1.8.1
Browse files Browse the repository at this point in the history
This release includes optimizations on the main virtio devices (net,
blk and fs).

Signed-off-by: Sergio Lopez <[email protected]>
  • Loading branch information
slp committed Feb 27, 2024
1 parent 4ca1429 commit b09abe9
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.8.0
FULL_VERSION=1.8.1

INIT_SRC = init/init.c
KBS_INIT_SRC = init/tee/kbs/kbs.h \
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.8.0"
version = "1.8.1"
authors = ["Sergio Lopez <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down

0 comments on commit b09abe9

Please sign in to comment.