diff --git a/amethyst/src/main.h b/amethyst/src/main.h index c58b58c4..d1dd1c90 100644 --- a/amethyst/src/main.h +++ b/amethyst/src/main.h @@ -2,7 +2,7 @@ #define MOD_VERSION_MAJOR 2 #define MOD_VERSION_MINOR 0 -#define MOD_VERSION_PATCH 1 +#define MOD_VERSION_PATCH 2 #define __STR(x) #x #define _STR(x) __STR(x) #define MOD_VERSION_STR _STR(MOD_VERSION_MAJOR) "." _STR(MOD_VERSION_MINOR) "." _STR(MOD_VERSION_PATCH)