From 7019ba31c690bf54c02bf7b2e6e7aaf591ebc3e2 Mon Sep 17 00:00:00 2001 From: Sergio Lopez Date: Fri, 3 Jul 2026 12:55:56 +0200 Subject: [PATCH] Bump patch version to 1.3.2 Bump patch version to generate a new release with libkrun-1.19.4 for podman. Signed-off-by: Sergio Lopez --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f5cd23b..7ac8040 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -278,7 +278,7 @@ dependencies = [ [[package]] name = "krunkit" -version = "1.3.1" +version = "1.3.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 33b68b7..abd8d9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "krunkit" -version = "1.3.1" +version = "1.3.2" authors = ["The krunkit Authors"] edition = "2021" description = "CLI tool to start VMs with libkrun"