version bump

This commit is contained in:
2020-07-01 19:25:51 +02:00
parent 21d5c9475b
commit a0429b865b
2 changed files with 7 additions and 1 deletions

View File

@ -26,7 +26,7 @@ struct Config
int timeoutSecs = 10;
};
const char *argp_program_version = "1.0.4";
const char *argp_program_version = "1.0.5";
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[] = "";