From 7b268fbefb01fd2c641a4cbc4df664830e79599c Mon Sep 17 00:00:00 2001 From: Alessandro Gario <5714290+alessandrogario@users.noreply.github.com> Date: Fri, 6 Jan 2023 18:43:37 +0100 Subject: [PATCH] cmake: Increase version number to v1.1.2 (#23) --- cmake/version.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/version.cmake b/cmake/version.cmake index 598ad6f..d276689 100644 --- a/cmake/version.cmake +++ b/cmake/version.cmake @@ -6,5 +6,5 @@ # the LICENSE file found in the root directory of this source tree. # -set(EBPFAULT_VERSION "1.1.1") +set(EBPFAULT_VERSION "1.1.2")