Skip to content

Commit

Permalink
bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spazzylemons committed Jul 2, 2022
1 parent 2522994 commit 9aa7616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pub fn build(b: *std.build.Builder) void {
// provide version information to source code
const version_info = b.addOptions();
version_info.addOption([]const u8, "commit_hash", hash);
version_info.addOption([]const u8, "version", "0.0.0");
version_info.addOption([]const u8, "version", "0.1.0");
exe.addOptions("version_info", version_info);

exe.install();
Expand Down

0 comments on commit 9aa7616

Please sign in to comment.