From 8d34a840a9e9880011b30b773dfa439f6d1b0dd1 Mon Sep 17 00:00:00 2001 From: Will Date: Thu, 5 Oct 2023 22:16:56 -0400 Subject: [PATCH] release: 0.9.4 --- .version | 2 +- CMakeLists.txt | 2 +- flake.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.version b/.version index 965065db..a602fc9e 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.9.3 +0.9.4 diff --git a/CMakeLists.txt b/CMakeLists.txt index 3087c822..30e29110 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.9) project( wtr.watcher - VERSION 0.9.3 # hook: tool/release + VERSION 0.9.4 # hook: tool/release DESCRIPTION "watcher: a filesystem watcher" HOMEPAGE_URL "github.com/e-dant/watcher" LANGUAGES CXX) diff --git a/flake.nix b/flake.nix index 69772a79..2bff6d1c 100644 --- a/flake.nix +++ b/flake.nix @@ -44,7 +44,7 @@ , installBashScript ? "" }: pkgs.stdenv.mkDerivation { inherit src pname buildcfg targets components; - version = "0.9.3"; # hook: tool/release + version = "0.9.4"; # hook: tool/release nativeBuildInputs = build_deps ++ maybe_sys_deps ++ [ snitch ]; env.WTR_WATCHER_USE_SYSTEM_SNITCH = 1; buildPhase = ''