We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92fbe67 commit 8c5830dCopy full SHA for 8c5830d
main.zig
@@ -897,5 +897,5 @@ const fmt = std.fmt;
897
const math = std.math;
898
const name = "zig-bare-metal-microbit";
899
const NoError = error{};
900
-const release_tag = "0.1";
+const release_tag = "0.2";
901
const std = @import("std");
0 commit comments