From ce0db53a901102fd967909d21027da43fac0f5ec Mon Sep 17 00:00:00 2001 From: apio Date: Thu, 26 Jan 2023 22:14:22 +0100 Subject: [PATCH] chore: bump minor version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f28664..1f172c3 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.4.0) +project(minitar LANGUAGES C VERSION 1.5.0) option(MINITAR_IGNORE_UNSUPPORTED_TYPES "Skip past entries that have unsupported types instead of panicking" OFF)