diff --git a/CMakeLists.txt b/CMakeLists.txt index 54aef2f7ef..e4f5b9aed4 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.2) +project(unified-runtime VERSION 0.8.3) include(GNUInstallDirs) include(CheckCXXSourceCompiles)