diff --git a/src/main.c b/src/main.c index b2f63565..e4bdfd5f 100644 --- a/src/main.c +++ b/src/main.c @@ -90,7 +90,7 @@ int main(int argc, char **argv) { } lua_setglobal(L, "ARGS"); - lua_pushstring(L, "1.01"); + lua_pushstring(L, "1.02"); lua_setglobal(L, "VERSION"); lua_pushstring(L, SDL_GetPlatform());