diff --git a/src/main.cpp b/src/main.cpp index 23c4176..2ad18fd 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -53,7 +53,7 @@ int main(int argc, char **argv) try { - TCLAP::CmdLine cmd("Push notifications to your phone easily.", ' ', "0.3"); + TCLAP::CmdLine cmd("Push notifications to your phone easily.", ' ', "0.4"); // Values TCLAP::ValueArg idArg("i","id","ID of the device.",false,"0","string");