Skip to content

Commit fb4ce35

Browse files
committed
chore: bump version to 0.3.1
1 parent 1b3c281 commit fb4ce35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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.3.0",
13+
.version = "0.3.1",
1414

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

src/cli.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ pub fn main_cli() cli.AppRunner.Error!cli.ExecFn {
9191
};
9292

9393
const app = cli.App{
94-
.version = "0.3.0",
94+
.version = "0.3.1",
9595
.author = "GRK",
9696
.command = main_command,
9797
};

0 commit comments

Comments
 (0)