diff --git a/zig-impl/build.zig b/zig-impl/build.zig index 6ea2f40..4ff6f3a 100644 --- a/zig-impl/build.zig +++ b/zig-impl/build.zig @@ -1,6 +1,6 @@ const std = @import("std"); -const VERSION = "0.1.5"; +const VERSION = "0.1.0"; // Although this function looks imperative, note that its job is to // declaratively construct a build graph that will be executed by an external