Skip to content

Commit e0dda96

Browse files
committed
chore: bump version to 3.0.1
1 parent dddd9d8 commit e0dda96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.23)
22

3-
project(ssq VERSION 3.0.0)
3+
project(ssq VERSION 3.0.1)
44
add_library(ssq)
55

66
set_target_properties(ssq PROPERTIES

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ pkgs ? import <nixpkgs> { } }:
22
pkgs.stdenv.mkDerivation {
33
pname = "libssq";
4-
version = "3.0.0";
4+
version = "3.0.1";
55
src = ./.;
66

77
nativeBuildInputs = with pkgs; [ cmake ];

0 commit comments

Comments
 (0)