From 43a5530f7625d2687471f6fbede998f3c35a8feb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 00:34:53 -0700 Subject: [PATCH] Bump to 1.1.14 (#11965) Co-authored-by: Jarred-Sumner --- CMakeLists.txt | 2 +- LATEST | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3554652f63..0a6b18d897 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.22) cmake_policy(SET CMP0091 NEW) cmake_policy(SET CMP0067 NEW) -set(Bun_VERSION "1.1.14") +set(Bun_VERSION "1.1.15") set(WEBKIT_TAG 64d04ec1a65d91326c5f2298b9c7d05b56125252) set(BUN_WORKDIR "${CMAKE_CURRENT_BINARY_DIR}") diff --git a/LATEST b/LATEST index 0437331a5a..f662c7e928 100644 --- a/LATEST +++ b/LATEST @@ -1 +1 @@ -1.1.13 \ No newline at end of file +1.1.14 \ No newline at end of file