Skip to content

Commit

Permalink
New dev
Browse files Browse the repository at this point in the history
  • Loading branch information
schmee committed Mar 2, 2024
1 parent 2dd3ded commit 7501f33
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 @@ -19,7 +19,7 @@ pub fn build(b: *std.Build) !void {
const build_opts = b.addOptions();
exe.addOptions("build_options", build_opts);

const version = "20240302";
const version = "dev";
build_opts.addOption([]const u8, "version", version);

const git_commit_hash = b.exec(&.{"git", "rev-parse", "HEAD"});
Expand Down

0 comments on commit 7501f33

Please sign in to comment.