Skip to content

Commit

Permalink
1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chsami committed Dec 27, 2024
1 parent 2dc7ff2 commit 5a0f9ec
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.6.5.2");
return Ok("1.6.6");
}

[HttpGet("html")]
Expand Down

0 comments on commit 5a0f9ec

Please sign in to comment.