From 05bf71db18ef9d38372c75331c9d812b23a98b5d Mon Sep 17 00:00:00 2001 From: Felix Kratz Date: Sat, 1 Apr 2023 13:35:52 +0200 Subject: [PATCH] push version to 2.14.4 --- src/sketchybar.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sketchybar.m b/src/sketchybar.m index c0d7f66..7336dce 100644 --- a/src/sketchybar.m +++ b/src/sketchybar.m @@ -25,7 +25,7 @@ #define MAJOR 2 #define MINOR 14 -#define PATCH 3 +#define PATCH 4 extern CGError SLSRegisterNotifyProc(void* callback, uint32_t event, void* context); extern int SLSMainConnectionID(void);