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

Commit

Permalink
Quickly update the SDK version to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
drakeee committed Jan 20, 2021
1 parent 3590969 commit a2657e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CLuaScriptRuntime.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class CLuaScriptRuntime : public alt::IScriptRuntime
~CLuaScriptRuntime() { };

private:
const semver::version version{ 1, 0, 3, alt::ICore::SDK_VERSION, semver::branch::dev };
const semver::version version{ 1, 0, 4, alt::ICore::SDK_VERSION, semver::branch::dev };
#ifdef ALT_SERVER_API
alt::config::Node::Dict serverConfigDict;
#endif
Expand Down
2 changes: 1 addition & 1 deletion vendors/cpp-sdk
Submodule cpp-sdk updated 3 files
+3 −1 ICore.h
+4 −0 objects/IPlayer.h
+26 −0 types/Cloth.h

0 comments on commit a2657e2

Please sign in to comment.