Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mnemnion committed Sep 12, 2024
1 parent 56ae80d commit 1131829
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 @@ -15,7 +15,7 @@ former case.
Add to `build.zig.zon` in the usual fashion:

```sh
zig fetch --save "https://github.com/mnemnion/ztap/archive/refs/tags/v0.8.0.tar.gz"
zig fetch --save "https://github.com/mnemnion/ztap/archive/refs/tags/v0.8.1.tar.gz"
```
You'll need a test runner à la `src/ztap-runner.zig`:

Expand Down
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.{
.name = "ztap",

.version = "0.8.0",
.version = "0.8.1",

.dependencies = .{},

Expand Down

0 comments on commit 1131829

Please sign in to comment.