diff --git a/MicrobotApi/Controllers/FileController.cs b/MicrobotApi/Controllers/FileController.cs index 3c083e4..7ef7723 100644 --- a/MicrobotApi/Controllers/FileController.cs +++ b/MicrobotApi/Controllers/FileController.cs @@ -59,7 +59,7 @@ public async Task Launcher() [HttpGet("client")] public async Task Client() { - return Ok("1.5.2"); + return Ok("1.5.3"); } [HttpGet("html")]