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