Skip to content

Commit

Permalink
chore: bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GROOOOAAAARK committed Nov 1, 2024
1 parent 124233d commit 1074a40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

// This is a [Semantic Version](https://semver.org/).
// In a future version of Zig it will be used for package deduplication.
.version = "0.2.0",
.version = "0.3.0",

// This field is optional.
// This is currently advisory only; Zig does not yet do anything
Expand Down
2 changes: 1 addition & 1 deletion src/cli.zig
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ pub fn main_cli() cli.AppRunner.Error!cli.ExecFn {
};

const app = cli.App{
.version = "0.2.0",
.version = "0.3.0",
.author = "GRK",
.command = main_command,
};
Expand Down

0 comments on commit 1074a40

Please sign in to comment.