Skip to content

Commit

Permalink
Bump to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
booniepepper committed Jul 7, 2023
1 parent caa93fa commit 2399b4c
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 = "0.10.0",
.version = "0.11.0",
.dependencies = .{},
}
2 changes: 1 addition & 1 deletion src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const DtMachine = interpret.DtMachine;

const builtins = @import("builtins.zig");

pub const version = "0.10.0";
pub const version = "0.11.0";

const stdlib = @embedFile("stdlib.dt");

Expand Down

0 comments on commit 2399b4c

Please sign in to comment.