Skip to content

Commit b55d893

Browse files
committed
chore: bump version to 0.2.0
1 parent 9feea04 commit b55d893

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.zig.zon

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010

1111
// This is a [Semantic Version](https://semver.org/).
1212
// In a future version of Zig it will be used for package deduplication.
13-
.version = "0.1.0",
13+
.version = "0.2.0",
1414

1515
// This field is optional.
1616
// This is currently advisory only; Zig does not yet do anything
1717
// with this value.
18-
//.minimum_zig_version = "0.11.0",
18+
.minimum_zig_version = "0.13.0",
1919

2020
// This field is optional.
2121
// Each dependency must either provide a `url` and `hash`, or a `path`.

src/cli.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ pub fn main_cli() cli.AppRunner.Error!cli.ExecFn {
8484
};
8585

8686
const app = cli.App{
87-
.version = "0.1.0",
87+
.version = "0.2.0",
8888
.author = "GRK",
8989
.command = main_command,
9090
};

0 commit comments

Comments
 (0)