Skip to content

Commit

Permalink
release: 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Will committed Sep 11, 2023
1 parent 66e79ea commit 189aef0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0
0.9.1
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.9)

project(
wtr.watcher
VERSION 0.9.0 # hook: tool/release
VERSION 0.9.1 # hook: tool/release
DESCRIPTION "watcher: a filesystem watcher"
HOMEPAGE_URL "github.com/e-dant/watcher"
LANGUAGES CXX)
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
watcher = (
pkgs.stdenv.mkDerivation {
pname = "wtr.watcher";
version = "0.8.8"; # hook: tool/release
version = "0.9.1"; # hook: tool/release
src = self;
nativeBuildInputs = deps;
buildPhase = ''
Expand Down

0 comments on commit 189aef0

Please sign in to comment.