From 17456546d51642f794a1f0edaaaf05c79505cba5 Mon Sep 17 00:00:00 2001 From: Danilo Horta Date: Fri, 8 Jul 2022 13:04:54 +0100 Subject: [PATCH] version bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 68f2478..95f8ca2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.18 FATAL_ERROR) project( bgen - VERSION 4.1.8 + VERSION 4.1.9 LANGUAGES C) set(PROJECT_DESCRIPTION "It fully supports the BGEN format specifications 1.2 and 1.3.")