diff --git a/.version b/.version index 2003b639..965065db 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.9.2 +0.9.3 diff --git a/CMakeLists.txt b/CMakeLists.txt index 28717268..3087c822 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.9) project( wtr.watcher - VERSION 0.9.2 # hook: tool/release + VERSION 0.9.3 # 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 6d09f092..69772a79 100644 --- a/flake.nix +++ b/flake.nix @@ -44,7 +44,7 @@ , installBashScript ? "" }: pkgs.stdenv.mkDerivation { inherit src pname buildcfg targets components; - version = "0.9.2"; # hook: tool/release + version = "0.9.3"; # hook: tool/release nativeBuildInputs = build_deps ++ maybe_sys_deps ++ [ snitch ]; env.WTR_WATCHER_USE_SYSTEM_SNITCH = 1; buildPhase = ''