From 651d75fce760b41481fdb3ae358aad063306e46b Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Wed, 15 Jun 2022 18:17:12 -0400 Subject: [PATCH] Update version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8827b453..44f24e7d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -project(Sunshine VERSION 0.13.0 +project(Sunshine VERSION 0.14.0 DESCRIPTION "Sunshine is a Gamestream host for Moonlight." HOMEPAGE_URL "https://sunshinestream.github.io" )