From 51008dc4371a6b119ba0ee05cfcd5006f804249d Mon Sep 17 00:00:00 2001 From: chsami Date: Wed, 27 Nov 2024 14:39:07 +0100 Subject: [PATCH] 1.6.4.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 48a05cc..f8f0841 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.4"); + return Ok("1.6.4.1"); } [HttpGet("html")]