We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527e7fe commit 7631fc2Copy full SHA for 7631fc2
build.zig.zon
@@ -9,7 +9,7 @@
9
.name = .xet,
10
// This is a [Semantic Version](https://semver.org/).
11
// In a future version of Zig it will be used for package deduplication.
12
- .version = "0.0.0",
+ .version = "0.1.0",
13
// Together with name, this represents a globally unique package
14
// identifier. This field is generated by the Zig toolchain when the
15
// package is first created, and then *never changes*. This allows
0 commit comments