From 5b6d35a58394bec517e79180b291fe920a141ca1 Mon Sep 17 00:00:00 2001 From: Daniel Stein Date: Wed, 10 Jan 2018 11:46:59 +0100 Subject: [PATCH] Changed version to 0.4 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");