From 2dc7ff28561b0ab558ed9735db77dbb56bfd1f89 Mon Sep 17 00:00:00 2001 From: chsami Date: Thu, 12 Dec 2024 17:08:31 +0100 Subject: [PATCH] 1.6.5.2 --- MicrobotApi/Controllers/FileController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MicrobotApi/Controllers/FileController.cs b/MicrobotApi/Controllers/FileController.cs index 7be8063..6508b60 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.6.5.1"); + return Ok("1.6.5.2"); } [HttpGet("html")]