From bdc19bd99498c03a2239a52eedbae2ae300b6e55 Mon Sep 17 00:00:00 2001 From: Felix Kratz Date: Thu, 1 Jun 2023 09:10:26 +0200 Subject: [PATCH] push version to 2.15.2 --- src/sketchybar.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sketchybar.m b/src/sketchybar.m index 349f801a..8b5d1270 100644 --- a/src/sketchybar.m +++ b/src/sketchybar.m @@ -26,7 +26,7 @@ #define MAJOR 2 #define MINOR 15 -#define PATCH 1 +#define PATCH 2 extern CGError SLSRegisterNotifyProc(void* callback, uint32_t event, void* context); extern int SLSMainConnectionID(void);