diff --git a/Crawler/Version.h b/Crawler/Version.h index 24057ef2..add8899f 100644 --- a/Crawler/Version.h +++ b/Crawler/Version.h @@ -2,7 +2,7 @@ #define VERSION_MAJOR 0 #define VERSION_MINOR 2 #define VERSION_PATCH 0 -#define VERSION_BUILD 56 +#define VERSION_BUILD 57 #define stringify(a) stringify_(a) #define stringify_(a) #a