Skip to content

Commit

Permalink
Bump version to 1.7.1
Browse files Browse the repository at this point in the history
This is just a minor release update to simplify packaging by increasing
kbs-types version.

Signed-off-by: Sergio Lopez <slp@redhat.com>
  • Loading branch information
slp committed Dec 24, 2023
1 parent 82e6ff9 commit 61d9174
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.6.0
FULL_VERSION=1.7.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.7.0"
version = "1.7.1"
authors = ["Sergio Lopez <slp@redhat.com>"]
edition = "2021"
build = "build.rs"
Expand Down

0 comments on commit 61d9174

Please sign in to comment.