File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
11
11
// This is a [Semantic Version](https://semver.org/).
12
12
// In a future version of Zig it will be used for package deduplication.
13
- .version = "0.1 .0" ,
13
+ .version = "0.2 .0" ,
14
14
15
15
// This field is optional.
16
16
// This is currently advisory only; Zig does not yet do anything
17
17
// with this value.
18
- // .minimum_zig_version = "0.11 .0",
18
+ .minimum_zig_version = "0.13 .0" ,
19
19
20
20
// This field is optional.
21
21
// Each dependency must either provide a `url` and `hash`, or a `path`.
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ pub fn main_cli() cli.AppRunner.Error!cli.ExecFn {
84
84
};
85
85
86
86
const app = cli.App {
87
- .version = "0.1 .0" ,
87
+ .version = "0.2 .0" ,
88
88
.author = "GRK" ,
89
89
.command = main_command ,
90
90
};
You can’t perform that action at this time.
0 commit comments