From aa468e12a36e5335f82dc5b439049a3daa0b20fd Mon Sep 17 00:00:00 2001 From: chsami Date: Wed, 16 Oct 2024 12:59:06 +0200 Subject: [PATCH] bump 1.5.6 --- 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 8a6a55e..1607404 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.5"); + return Ok("1.5.6"); } [HttpGet("html")]