From edc1797d1dbaf81bed8889e8bcfd0478097419be Mon Sep 17 00:00:00 2001 From: PythonGermany <97847597+PythonGermany@users.noreply.github.com> Date: Fri, 25 Oct 2024 23:12:43 +0200 Subject: [PATCH] Update version macro --- include/webserv.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/webserv.hpp b/include/webserv.hpp index 06af23d..dade400 100644 --- a/include/webserv.hpp +++ b/include/webserv.hpp @@ -1,7 +1,7 @@ #ifndef WEBSERV_HPP #define WEBSERV_HPP -#define WEBSERV_VERSION "0.0" +#define WEBSERV_VERSION "0.0.1" #define WEBSERV_ID "webserv/" WEBSERV_VERSION #endif