Skip to content

Commit

Permalink
Bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
booniepepper committed Oct 28, 2023
1 parent d14b548 commit a50d042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.{
.name = "dt",
.version = "1.3.0", // Update in main.zig as well
.version = "1.3.1", // Update in main.zig as well
.paths = .{ "" },
}
2 changes: 1 addition & 1 deletion src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const interpret = @import("interpret.zig");
const DtMachine = interpret.DtMachine;

// TODO: Change to @import when it's supported for zon
pub const version = "1.3.0"; // Update in build.zig.zon as well.
pub const version = "1.3.1"; // Update in build.zig.zon as well.

const stdlib = @embedFile("stdlib.dt");
const dtlib = @embedFile("dt.dt");
Expand Down

0 comments on commit a50d042

Please sign in to comment.