Skip to content

Commit

Permalink
Update main.zig
Browse files Browse the repository at this point in the history
  • Loading branch information
markfirmware committed Nov 20, 2019
1 parent 92fbe67 commit 8c5830d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -897,5 +897,5 @@ const fmt = std.fmt;
const math = std.math;
const name = "zig-bare-metal-microbit";
const NoError = error{};
const release_tag = "0.1";
const release_tag = "0.2";
const std = @import("std");

0 comments on commit 8c5830d

Please sign in to comment.