diff --git a/addons/main/script_mod.hpp b/addons/main/script_mod.hpp index c6dd79bf097..714eb26d98a 100644 --- a/addons/main/script_mod.hpp +++ b/addons/main/script_mod.hpp @@ -6,7 +6,7 @@ #define MAJOR 3 #define MINOR 7 #define PATCHLVL 0 -#define BUILD 5 +#define BUILD 6 #define VERSION MAJOR.MINOR.PATCHLVL.BUILD #define VERSION_AR MAJOR,MINOR,PATCHLVL,BUILD