From 8e3b71c13d3da3dc485b66e592de892a800a422f Mon Sep 17 00:00:00 2001 From: Mike Oliphant Date: Tue, 27 May 2025 13:35:48 -0700 Subject: [PATCH] Bump version -> 0.1.8 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index eca2a9a..73a86a6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.10) -project(NeuralAmpModelerLv2 VERSION 0.1.7) +project(NeuralAmpModelerLv2 VERSION 0.1.8) set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") set(LIB_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/lib CACHE PATH "The library install dir (default: lib)")