File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ The provided Regex type allows 64 'operations' and 8 unique ASCII character sets
11
11
Drop the file into your project, or use the Zig build system:
12
12
13
13
``` zig
14
- zig fetch --save "https://github.com/mnemnion/mvzr/archive/refs/tags/v0.2.4 .tar.gz"
14
+ zig fetch --save "https://github.com/mnemnion/mvzr/archive/refs/tags/v0.2.5 .tar.gz"
15
15
```
16
16
17
17
I'll do my best to keep that URL fresh, but it pays to check over here: ➔
Original file line number Diff line number Diff line change 7
7
8
8
// This is a [Semantic Version](https://semver.org/).
9
9
// In a future version of Zig it will be used for package deduplication.
10
- .version = "0.2.4 " ,
10
+ .version = "0.2.5 " ,
11
11
12
12
// This field is optional.
13
13
// This is currently advisory only; Zig does not yet do anything
You can’t perform that action at this time.
0 commit comments