Skip to content

Commit 1c09e09

Browse files
committed
Patch version bump
1 parent 68847bd commit 1c09e09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The provided Regex type allows 64 'operations' and 8 unique ASCII character sets
1111
Drop the file into your project, or use the Zig build system:
1212

1313
```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"
1515
```
1616

1717
I'll do my best to keep that URL fresh, but it pays to check over here: ➔

build.zig.zon

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
// This is a [Semantic Version](https://semver.org/).
99
// In a future version of Zig it will be used for package deduplication.
10-
.version = "0.2.4",
10+
.version = "0.2.5",
1111

1212
// This field is optional.
1313
// This is currently advisory only; Zig does not yet do anything

0 commit comments

Comments
 (0)