Skip to content

Commit

Permalink
build: bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ifreund committed Jun 7, 2024
1 parent 148c033 commit e052258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 Scanner = @import("zig-wayland").Scanner;
/// development 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 = "1.2.0-dev";
const version = "1.2.0";

pub fn build(b: *Build) !void {
const target = b.standardTargetOptions(.{});
Expand Down
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.{
.name = "waylock",
.version = "1.2.0-dev",
.version = "1.2.0",
.paths = .{""},
.dependencies = .{
.@"zig-wayland" = .{
Expand Down

0 comments on commit e052258

Please sign in to comment.