From c68f4c12c66fc399c653bfe46eacb28fae95d5a3 Mon Sep 17 00:00:00 2001 From: chsami Date: Wed, 9 Oct 2024 21:21:35 +0200 Subject: [PATCH] bump 1.5.2 --- 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 830ce29..3c083e4 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.1"); + return Ok("1.5.2"); } [HttpGet("html")]