Skip to content

Commit

Permalink
chore(release): prepare for v0.1.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Apr 14, 2023
1 parent 928008a commit 067a078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Expand Up @@ -4,7 +4,7 @@ const std = @import("std");
const exe_name = "linuxwave";

/// Version.
const version = "0.1.0"; // managed by release.sh
const version = "0.1.0-rc.1"; // managed by release.sh

pub fn build(b: *std.build.Builder) !void {
// Standard target options allows the person running `zig build` to choose
Expand Down

0 comments on commit 067a078

Please sign in to comment.