From bc35dff995e6648026f1b4b766298ffe5787b0ba Mon Sep 17 00:00:00 2001 From: Felix Kratz Date: Mon, 27 Jun 2022 20:31:54 +0200 Subject: [PATCH] push version to v2.7.3 --- src/sketchybar.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sketchybar.m b/src/sketchybar.m index edaac21e..5fd9c3f6 100644 --- a/src/sketchybar.m +++ b/src/sketchybar.m @@ -17,7 +17,7 @@ #define MAJOR 2 #define MINOR 7 -#define PATCH 2 +#define PATCH 3 extern int SLSMainConnectionID(void); extern int RunApplicationEventLoop(void);