Loop Update

This commit is contained in:
mmichlol
2026-02-07 18:47:07 +01:00
parent fdcbc31cca
commit c37a122850
4 changed files with 225 additions and 15 deletions

View File

@@ -19,7 +19,7 @@ std::string getExecutablePath() {
int main(int argc, char* argv[]) {
std::string inputFile, outputName;
std::string Version = "v0.0.5-beta";
std::string Version = "v0.0.7-beta";
bool showHelp = false, showVersion = false, showCredits = false;
// --- PARSOWANIE ARGUMENTÓW ---