Skip to content

Commit

Permalink
release(project): 0.15.2 → 0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmouchet committed Jan 6, 2024
1 parent cc43fc8 commit 7aec365
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.15.2
current_version = 0.15.3
commit = True
tag = True
message = release(project): {current_version} → {new_version}
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16)
project(caracal VERSION 0.15.2)
project(caracal VERSION 0.15.3)

# We have Find* modules in two places:
# - The build directory, for the libraries fetched by Conan
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
packages = {
caracal = pkgs.stdenv.mkDerivation {
pname = "caracal";
version = "0.15.2";
version = "0.15.3";
src = self;
nativeBuildInputs = [
pkgs.cmake
Expand Down

0 comments on commit 7aec365

Please sign in to comment.