version bump

This commit is contained in:
2020-06-15 23:49:00 +02:00
parent e1253286e4
commit bdcd27eb95
3 changed files with 6 additions and 2 deletions

View File

@ -25,7 +25,7 @@ struct Config
bool ignoreClientMachine = false;
};
const char *argp_program_version = "1.0.2";
const char *argp_program_version = "1.0.3";
const char *argp_program_bug_address = "<carl@uvos.xyz>";
static char doc[] = "Deamon that stops programms via SIGSTOP when their X11 windows lose focus.";
static char args_doc[] = "";