From 6fdc14dbf179fbf8bd1fed2d0e7d0386b5a6fd9d Mon Sep 17 00:00:00 2001 From: chsami Date: Tue, 10 Dec 2024 21:40:06 +0100 Subject: [PATCH] 1.6.5.1 --- 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 e0b548d..7be8063 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"); + return Ok("1.6.5.1"); } [HttpGet("html")]