We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b3c281 commit fb4ce35Copy full SHA for fb4ce35
build.zig.zon
@@ -10,7 +10,7 @@
10
11
// This is a [Semantic Version](https://semver.org/).
12
// In a future version of Zig it will be used for package deduplication.
13
- .version = "0.3.0",
+ .version = "0.3.1",
14
15
// This field is optional.
16
// This is currently advisory only; Zig does not yet do anything
src/cli.zig
@@ -91,7 +91,7 @@ pub fn main_cli() cli.AppRunner.Error!cli.ExecFn {
91
};
92
93
const app = cli.App{
94
95
.author = "GRK",
96
.command = main_command,
97
0 commit comments