From fd6a228d9550f9b9ea4cd86147f7a5d00c6c7e54 Mon Sep 17 00:00:00 2001 From: mirage <119869686+ClementBobin@users.noreply.github.com> Date: Wed, 25 Mar 2026 10:08:49 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20mise=20=C3=A0=20jour=20la=20version=20?= =?UTF-8?q?de=20l'API=20=C3=A0=202.0=20dans=20ApiController?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Webzine.WebApplication/Controllers/ApiController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Webzine.WebApplication/Controllers/ApiController.cs b/Webzine.WebApplication/Controllers/ApiController.cs index 92ee3c6..3a9518b 100644 --- a/Webzine.WebApplication/Controllers/ApiController.cs +++ b/Webzine.WebApplication/Controllers/ApiController.cs @@ -38,7 +38,7 @@ public class ApiController : ControllerBase return Ok(new { nom = "webzine", - version = "1.0", + version = "2.0", }); } } \ No newline at end of file