Skip to content

Commit 8c5830d

Browse files
authored
Update main.zig
1 parent 92fbe67 commit 8c5830d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,5 +897,5 @@ const fmt = std.fmt;
897897
const math = std.math;
898898
const name = "zig-bare-metal-microbit";
899899
const NoError = error{};
900-
const release_tag = "0.1";
900+
const release_tag = "0.2";
901901
const std = @import("std");

0 commit comments

Comments
 (0)