1
0
Fork 0
mirror of https://github.com/HackHerz/pusher synced 2025-12-06 02:10:19 +00:00

Changed version to 0.4

This commit is contained in:
Daniel Stein 2018-01-10 11:46:59 +01:00
parent 9d58fbece6
commit 5b6d35a583
No known key found for this signature in database
GPG key ID: 877E81B790A1E083

View file

@ -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<string> idArg("i","id","ID of the device.",false,"0","string");