aboutsummaryrefslogtreecommitdiffstats
path: root/build.zig
diff options
context:
space:
mode:
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index 8d3b813..6758252 100644
--- a/build.zig
+++ b/build.zig
@@ -10,7 +10,7 @@ pub fn build(b: *std.build.Builder) !void {
10 const test_step = b.step("test", "Run library tests"); 10 const test_step = b.step("test", "Run library tests");
11 test_step.dependOn(&lib_tests.step); 11 test_step.dependOn(&lib_tests.step);
12 12
13 const znk_version = "0.1.0"; 13 const znk_version = "0.2.1";
14 14
15 var znk_tests = b.addTest("tool/znk.zig"); 15 var znk_tests = b.addTest("tool/znk.zig");
16 znk_tests.setBuildMode(mode); 16 znk_tests.setBuildMode(mode);