From 149ea87b49c853d966df1d36bd55ebcab696aeda Mon Sep 17 00:00:00 2001 From: chsami Date: Tue, 8 Oct 2024 21:54:28 +0200 Subject: [PATCH] bump 1.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 e5d2e4a..830ce29 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.0"); + return Ok("1.5.1"); } [HttpGet("html")]