updated version info to 1.2

This commit is contained in:
2019-10-23 09:32:33 +02:00
parent b68982345d
commit 436051d641
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ int main(int argc, char *argv[]) {
<< "[-l] [--loop] infinite loop to refresh ip every five minutes" << std::endl
<< "[no argument] normal ip check and refresh" << std::endl;
} else if (firstarg == "-v" || firstarg == "--version") {
std::cout << "Version 1.0" << std::endl;
std::cout << "Version 1.2" << std::endl;
} else if (firstarg == "-f" || firstarg == "--force") {
IPRefresher ipr;
ipr.checkIPAdress(true);