aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkoekeishiya <aasvi93@hotmail.com>2017-08-07 21:05:33 +0200
committerkoekeishiya <aasvi93@hotmail.com>2017-08-07 21:05:33 +0200
commit6c61c48d4612348e0e95e3991d2a90250823e324 (patch)
tree3f701bdc236cfab8c0b98280b122aaf9798c8195
parent8113af718e1e209f83fa681296293849a19df18a (diff)
downloadskhd-6c61c48d4612348e0e95e3991d2a90250823e324.tar.gz
skhd-6c61c48d4612348e0e95e3991d2a90250823e324.zip
v0.0.4
-rw-r--r--src/skhd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/skhd.c b/src/skhd.c
index c0eb967..73b627c 100644
--- a/src/skhd.c
+++ b/src/skhd.c
@@ -28,7 +28,7 @@ extern bool CGSIsSecureEventInputSet();
internal unsigned major_version = 0;
internal unsigned minor_version = 0;
-internal unsigned patch_version = 3;
+internal unsigned patch_version = 4;
internal struct hotkey *hotkeys;
internal char *config_file;