Skip to content

Commit

Permalink
chore: bump version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BinaryAlien committed Dec 1, 2024
1 parent dddd9d8 commit e0dda96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.23)

project(ssq VERSION 3.0.0)
project(ssq VERSION 3.0.1)
add_library(ssq)

set_target_properties(ssq PROPERTIES
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ pkgs ? import <nixpkgs> { } }:
pkgs.stdenv.mkDerivation {
pname = "libssq";
version = "3.0.0";
version = "3.0.1";
src = ./.;

nativeBuildInputs = with pkgs; [ cmake ];
Expand Down

0 comments on commit e0dda96

Please sign in to comment.