From 5ea07dd436d5525f6dee303b39b14801dc85c299 Mon Sep 17 00:00:00 2001 From: adjoly Date: Tue, 6 May 2025 17:10:25 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=E2=9C=A8=E3=80=8D=20feat:=20change=20?= =?UTF-8?q?to=200.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- includes/help.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/help.hpp b/includes/help.hpp index 273ee35..e7fdde1 100644 --- a/includes/help.hpp +++ b/includes/help.hpp @@ -6,13 +6,13 @@ /* By: adjoly +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/04/10 13:43:54 by adjoly #+# #+# */ -/* Updated: 2025/04/26 16:14:37 by adjoly ### ########.fr */ +/* Updated: 2025/05/06 17:10:16 by adjoly ### ########.fr */ /* */ /* ************************************************************************** */ #pragma once #define SAMPLE_CONF_PATH "./sample.toml" -#define WEBSRV_VERSION "v0.1" +#define WEBSRV_VERSION "v0.2" bool help(int, char **);