From 8b65c4ca75e406da696955ea7094dc4b7c802b4d Mon Sep 17 00:00:00 2001 From: Felix Kratz Date: Sat, 25 Dec 2021 00:50:51 +0100 Subject: [PATCH] push version to 2.3.2 --- src/sketchybar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sketchybar.c b/src/sketchybar.c index 96253f85..97e42184 100644 --- a/src/sketchybar.c +++ b/src/sketchybar.c @@ -12,7 +12,7 @@ #define MAJOR 2 #define MINOR 3 -#define PATCH 1 +#define PATCH 2 extern int SLSMainConnectionID(void); extern int RunApplicationEventLoop(void);