Merge pull request #17 from kdeng00/cleanup
Cleanup
This commit was merged in pull request #17.
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ using Managers::CommitManager;
|
||||
|
||||
constexpr static auto IcarusDownloadManager_version()
|
||||
{
|
||||
return "v0.3.0";
|
||||
return "v0.3.2";
|
||||
}
|
||||
|
||||
void printHelp()
|
||||
|
||||
@@ -43,7 +43,7 @@ void APIParser::parseAPI()
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: For now I will hard code
|
||||
// NOTE: For now I will hard code
|
||||
// the api version since I am only
|
||||
// on version 1
|
||||
api.version = "v1";
|
||||
|
||||
Reference in New Issue
Block a user