From 541e4f461b6ef8722c69fb473371fd25b64712a5 Mon Sep 17 00:00:00 2001 From: Radostin Stoyanov Date: Mon, 10 Jun 2024 13:25:30 +0100 Subject: [PATCH] checkpointctl: Version 1.2.0 Major highlights of this release: - Added annotations for creating OCI images (#127) - Added support for list command (#115) - Added auto-completion files (#118) Signed-off-by: Radostin Stoyanov --- Makefile.versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.versions b/Makefile.versions index 7d41a2a0..6673aec8 100644 --- a/Makefile.versions +++ b/Makefile.versions @@ -1,5 +1,5 @@ VERSION_MAJOR := 1 -VERSION_MINOR := 1 +VERSION_MINOR := 2 VERSION_SUBLEVEL := 0 VERSION_EXTRA := VERSION := $(VERSION_MAJOR)$(if $(VERSION_MINOR),.$(VERSION_MINOR))$(if $(VERSION_SUBLEVEL),.$(VERSION_SUBLEVEL))$(if $(VERSION_EXTRA),.$(VERSION_EXTRA))