Skip to content

Commit

Permalink
update 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
g-mason0 committed Feb 5, 2025
1 parent abb6ac7 commit d239c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MicrobotApi/Controllers/FileController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public async Task<IActionResult> Launcher()
[HttpGet("client")]
public async Task<IActionResult> Client()
{
return Ok("1.7.1");
return Ok("1.7.2");
}

[HttpGet("html")]
Expand Down

0 comments on commit d239c0d

Please sign in to comment.