Skip to content

Commit

Permalink
chore: bump to version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
water-sucks committed Aug 13, 2024
1 parent 02d599b commit 7ca490c
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 @@ -14,7 +14,7 @@ const whitespace = std.ascii.whitespace;
/// for the commit that gets tagged. Directly after the tagged commit,
/// the version should be bumped and the "-dev" suffix added.
/// Thanks to `riverwm` for this idea for version number management.
const version = "0.10.0-dev";
const version = "0.10.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 = "nixos",
.version = "0.10.0-dev",
.version = "0.10.0",
.minimum_zig_version = "0.13.0",
.paths = .{
"build.zig",
Expand Down

0 comments on commit 7ca490c

Please sign in to comment.