From 7deaf5bf59766e6ac113997f5896bc9e77a2381d Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Sat, 20 Jan 2024 22:02:13 -0800 Subject: [PATCH] Release blink v1.1 --- blink/tunables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blink/tunables.h b/blink/tunables.h index 6cab9f5e6..907a64291 100644 --- a/blink/tunables.h +++ b/blink/tunables.h @@ -5,7 +5,7 @@ #include "blink/builtin.h" #define BLINK_MAJOR 1 -#define BLINK_MINOR 0 +#define BLINK_MINOR 1 #define BLINK_PATCH 0 #define LINUX_MAJOR 4