diff --git a/dgamexwrapper/src/Version.h b/dgamexwrapper/src/Version.h index b4d3174..743a1e9 100644 --- a/dgamexwrapper/src/Version.h +++ b/dgamexwrapper/src/Version.h @@ -1,5 +1,5 @@ #pragma once #define PATCH_NAME "NightFall" //don't remove this macro from this file as it's used in building/packaging scripts -#define PATCH_VERSION "1.1.0" +#define PATCH_VERSION "1.1.1" #define PATCH_STAGE "stable"