From adcbb876d5105df0719ac8d25fca9cccb68ed023 Mon Sep 17 00:00:00 2001 From: chsami Date: Wed, 1 Jan 2025 11:18:49 +0100 Subject: [PATCH] 1.6.7.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 6f5e920..3cb84f4 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.7"); + return Ok("1.6.7.1"); } [HttpGet("html")]