Skip to content

Commit

Permalink
release(project): 0.14.7 → 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmouchet committed Oct 27, 2023
1 parent f29347f commit 194bce5
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.14.7
current_version = 0.15.0
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.14.7)
project(caracal VERSION 0.15.0)

# 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.14.7";
version = "0.15.0";
src = self;
nativeBuildInputs = [
pkgs.cmake
Expand Down

0 comments on commit 194bce5

Please sign in to comment.