Skip to content

Commit

Permalink
Begin new dev cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
schmee committed Jan 9, 2024
1 parent c6e0baa commit 9224ab9
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 = "20240109";
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 9224ab9

Please sign in to comment.