Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mircearoata committed Apr 18, 2020
1 parent fc1f9a5 commit bb4c1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/SML/SatisfactoryModLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ TSharedRef<FJsonObject> createConfigDefaults() {
}

namespace SML {
extern "C" DLLEXPORT const TCHAR* modLoaderVersionString = TEXT("2.0.0");
extern "C" DLLEXPORT const TCHAR* modLoaderVersionString = TEXT("2.1.0");

//version of the SML mod loader, as specified in the SML.h
static SML::Versioning::FVersion* modLoaderVersion = new SML::Versioning::FVersion(modLoaderVersionString);
Expand Down

0 comments on commit bb4c1aa

Please sign in to comment.