From 096c091070c0272e74c1e88d245885a3e8b40f2d Mon Sep 17 00:00:00 2001 From: Radostin Stoyanov Date: Mon, 1 Sep 2025 09:36:38 +0100 Subject: [PATCH] checkpointctl: Version 1.4.0 Major highlights of this release: - Add `build` command for OCI images (#156) - Fix to create directories with 700 and not 644 (#154) - Updated dependencies Signed-off-by: Radostin Stoyanov --- Makefile.versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.versions b/Makefile.versions index cfc71e99..de25b789 100644 --- a/Makefile.versions +++ b/Makefile.versions @@ -1,5 +1,5 @@ VERSION_MAJOR := 1 -VERSION_MINOR := 3 +VERSION_MINOR := 4 VERSION_SUBLEVEL := 0 VERSION_EXTRA := VERSION := $(VERSION_MAJOR)$(if $(VERSION_MINOR),.$(VERSION_MINOR))$(if $(VERSION_SUBLEVEL),.$(VERSION_SUBLEVEL))$(if $(VERSION_EXTRA),.$(VERSION_EXTRA))