Skip to content

Commit cb10853

Browse files
Merge pull request #16 from PythonGermany/update-version-macro
Update version macro
2 parents 6715a6d + edc1797 commit cb10853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/webserv.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef WEBSERV_HPP
22
#define WEBSERV_HPP
33

4-
#define WEBSERV_VERSION "0.0"
4+
#define WEBSERV_VERSION "0.0.1"
55
#define WEBSERV_ID "webserv/" WEBSERV_VERSION
66

77
#endif

0 commit comments

Comments
 (0)