Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
Update module version.
Browse files Browse the repository at this point in the history
  • Loading branch information
drakeee committed Oct 19, 2020
1 parent 6b46dc3 commit 4f9657f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CLuaScriptRuntime.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class CLuaScriptRuntime : public alt::IScriptRuntime
~CLuaScriptRuntime() {};

private:
const semver::version version{ 0, 3, 20, semver::prerelease::rc };
const semver::version version{ 0, 3, 22, semver::prerelease::dev };
std::map<lua_State*, CLuaResourceImpl*> resources;
EventsCallbacks eventsCallbacks;
EventsGetter eventsGetter;
Expand Down

0 comments on commit 4f9657f

Please sign in to comment.