Skip to content

Commit 57eeb22

Browse files
committed
Bump version to 1.15.0
Set up the stage for a new release. Signed-off-by: Sergio Lopez <slp@redhat.com>
1 parent 63efbe4 commit 57eeb22

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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
@@ -2,7 +2,7 @@ LIBRARY_HEADER = include/libkrun.h
22
LIBRARY_HEADER_DISPLAY = include/libkrun_display.h
33

44
ABI_VERSION=1
5-
FULL_VERSION=1.14.0
5+
FULL_VERSION=1.15.0
66

77
INIT_SRC = init/init.c
88
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.14.0"
3+
version = "1.15.0"
44
authors = ["The libkrun Authors"]
55
edition = "2021"
66
build = "build.rs"

0 commit comments

Comments
 (0)