Skip to content

Commit

Permalink
release: 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
natecraddock committed Sep 30, 2023
1 parent 40321de commit 7256ff5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/zf.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH ZF 1 "2023-03-15" "zf 0.9.0"
.TH ZF 1 "2023-09-30" "zf 0.9.0"

.SH NAME
zf -\ a commandline fuzzy finder that prioritizes matches on filenames
Expand Down
2 changes: 1 addition & 1 deletion src/opts.zig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const std = @import("std");
const Allocator = mem.Allocator;
const File = std.fs.File;

const version = "0.9.0-dev";
const version = "0.9.0";
const version_str = std.fmt.comptimePrint("zf {s} Nathan Craddock", .{version});

const help =
Expand Down

0 comments on commit 7256ff5

Please sign in to comment.