From 827636e2852e0ad2454d176d1a3401e0b553a103 Mon Sep 17 00:00:00 2001 From: Kaido Kert Date: Fri, 17 May 2024 09:05:03 -0700 Subject: [PATCH] Update LTS minor version to 41 b/260110906 --- cobalt/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cobalt/version.h b/cobalt/version.h index b550b97d1716..e8be7f31f226 100644 --- a/cobalt/version.h +++ b/cobalt/version.h @@ -35,6 +35,6 @@ // release is cut. //. -#define COBALT_VERSION "24.lts.40" +#define COBALT_VERSION "24.lts.41" #endif // COBALT_VERSION_H_