From 784245b49780f218996573c521c88aaae4960913 Mon Sep 17 00:00:00 2001 From: Thibaut Goetghebuer-Planchon Date: Tue, 5 Apr 2022 17:54:26 +0000 Subject: [PATCH] Bump version to 1.0.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4f52758..b964dc4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.1) -project(tsl-robin-map VERSION 1.0.0 LANGUAGES CXX) +project(tsl-robin-map VERSION 1.0.1 LANGUAGES CXX) include(GNUInstallDirs)