From 7e52d2113f0153fb04d85bdb0afb97dd63761105 Mon Sep 17 00:00:00 2001 From: chsami Date: Wed, 6 Nov 2024 16:47:51 +0100 Subject: [PATCH] bump 1.6.0 --- 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 e6681f0..86328fb 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.9"); + return Ok("1.6.0"); } [HttpGet("html")]