From 332d24bbe38b2fc297ada9b487b3f0f6b4e153ec Mon Sep 17 00:00:00 2001 From: Aaron Greig Date: Thu, 15 Feb 2024 16:18:09 +0000 Subject: [PATCH] Set version to v0.8.9 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ee74612da9..295974292b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception cmake_minimum_required(VERSION 3.14.0 FATAL_ERROR) -project(unified-runtime VERSION 0.8.8) +project(unified-runtime VERSION 0.8.9) include(GNUInstallDirs) include(CheckCXXSourceCompiles)