Merge pull request #17 from kdeng00/cleanup

Cleanup
This commit was merged in pull request #17.
This commit is contained in:
Kun Deng
2022-08-28 10:53:23 -04:00
committed by GitHub
8 changed files with 125 additions and 23 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ using Managers::CommitManager;
constexpr static auto IcarusDownloadManager_version()
{
return "v0.3.0";
return "v0.3.2";
}
void printHelp()
+1 -1
View File
@@ -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";