diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 24607b2..6487700 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.15.1 +current_version = 0.15.2 commit = True tag = True message = release(project): {current_version} → {new_version} diff --git a/CMakeLists.txt b/CMakeLists.txt index 20d84f8..2f7786b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.16) -project(caracal VERSION 0.15.1) +project(caracal VERSION 0.15.2) # We have Find* modules in two places: # - The build directory, for the libraries fetched by Conan diff --git a/flake.nix b/flake.nix index 3f96558..c8e2d75 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ packages = { caracal = pkgs.stdenv.mkDerivation { pname = "caracal"; - version = "0.15.1"; + version = "0.15.2"; src = self; nativeBuildInputs = [ pkgs.cmake