From 45b1430ab4655a6e62283558d6562b672e74a7aa Mon Sep 17 00:00:00 2001 From: Felix Kratz Date: Thu, 22 Dec 2022 18:39:19 +0100 Subject: [PATCH] push version to 2.12.2 --- src/sketchybar.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sketchybar.m b/src/sketchybar.m index a86aa548..16a06b34 100644 --- a/src/sketchybar.m +++ b/src/sketchybar.m @@ -18,7 +18,7 @@ #define MAJOR 2 #define MINOR 12 -#define PATCH 1 +#define PATCH 2 extern int SLSMainConnectionID(void); extern int RunApplicationEventLoop(void);