Skip to content

Commit

Permalink
version 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gryzus24 committed Jul 9, 2024
1 parent 2ac5910 commit 58b53aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
The configuration file of *ziew* resides at `$XDG_CONFIG_HOME/ziew/config` (usually `~/.config/ziew/config`). See the example configuration file (config) and copy it to this location.

### Prebuilt binary
You can [download the prebuilt binary](https://github.com/gryzus24/ziew/releases/download/v0.0.5/ziew) from the Releases page. If you do not trust it you can always build directly from source.
You can [download the prebuilt binary](https://github.com/gryzus24/ziew/releases/download/v0.0.6/ziew) from the Releases page. If you do not trust it you can always build directly from source.

### Building from source
To build it you will need Zig 0.13. Once inside the cloned repository run:
Expand Down
2 changes: 1 addition & 1 deletion src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ fn showHelpAndExit() noreturn {
}

fn showVersionAndExit() noreturn {
utl.writeStr(io.getStdOut(), "ziew 0.0.5\n");
utl.writeStr(io.getStdOut(), "ziew 0.0.6\n");
linux.exit(0);
}

Expand Down

0 comments on commit 58b53aa

Please sign in to comment.