Skip to content

Commit

Permalink
Update version number to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
natecraddock committed Oct 1, 2024
1 parent 73451ad commit 3db9363
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.{
.name = "zf",
.description = "a commandline fuzzy finder designed for filtering filepaths",
.version = "0.9.2",
.version = "0.10.0",
.dependencies = .{
.vaxis = .{
.url = "git+https://github.com/rockorager/libvaxis?ref=v0.4.1#f0eaa3c831f6376e7fa0519c275cdcb764580e12",
Expand Down
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 "2024-06-22" "zf 0.9.2"
.TH ZF 1 "2024-10-01" "zf 0.10.0"

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

const version = "0.9.2";
const version = "0.10.0";
const version_str = std.fmt.comptimePrint("zf {s} Nathan Craddock", .{version});

const help =
Expand Down

0 comments on commit 3db9363

Please sign in to comment.