Skip to content

Commit

Permalink
build: bump version to 0.2.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ifreund committed Nov 2, 2021
1 parent 40e6a83 commit 18072e0
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 @@ -10,7 +10,7 @@ const ScanProtocolsStep = @import("deps/zig-wayland/build.zig").ScanProtocolsSte
/// with the "-dev" suffix.
/// When a release is tagged, the "-dev" suffix should be removed for the commit that gets tagged.
/// Directly after the tagged commit, the version should be bumped and the "-dev" suffix added.
const version = "0.1.0";
const version = "0.2.0-dev";

pub fn build(b: *zbs.Builder) !void {
const target = b.standardTargetOptions(.{});
Expand Down

0 comments on commit 18072e0

Please sign in to comment.