Clean up and version change

This commit is contained in:
Kun Deng
2022-08-28 10:49:28 -04:00
parent 1d88a3ccf6
commit 10bf0fb0e1
6 changed files with 119 additions and 5 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";