Skip to content

Commit

Permalink
update version for test
Browse files Browse the repository at this point in the history
  • Loading branch information
marler8997 committed Dec 15, 2024
1 parent a0b7649 commit 3885585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.zig
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ pub fn main() !u8 {
// NOTE: this test will eventually break when these builds are cleaned up,
// we should support downloading from bazel and use that instead since
// it should be more permanent
try runNoCapture(zigup_args ++ &[_][]const u8{"0.14.0-dev.1550+4fba7336a"});
try runNoCapture(zigup_args ++ &[_][]const u8{"0.14.0-dev.2465+70de2f3a7"});

std.log.info("Success", .{});
return 0;
Expand Down

0 comments on commit 3885585

Please sign in to comment.