From cd0c5df5f59f4708fecebf684a80cba8a698ceb2 Mon Sep 17 00:00:00 2001 From: apio Date: Sat, 27 May 2023 20:02:46 +0200 Subject: [PATCH] chore: bump patch version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 26b1f06..26047eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.8..3.22) -project(minitar LANGUAGES C VERSION 1.7.3) +project(minitar LANGUAGES C VERSION 1.7.4) option(MINITAR_IGNORE_UNSUPPORTED_TYPES "Skip past entries that have unsupported types instead of panicking (deprecated)" OFF)