Skip to content

Commit

Permalink
bump launcher 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chsami committed Aug 27, 2024
1 parent d4eab1d commit 33857ba
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 @@ -53,7 +53,7 @@ public async Task<IActionResult> Download(Guid fileName, string key, string hwid
[HttpGet("launcher")]
public async Task<IActionResult> Launcher()
{
return Ok("1.0.0");
return Ok("1.0.1");
}

[HttpGet("client")]
Expand Down

0 comments on commit 33857ba

Please sign in to comment.