From 049044f76843220d644a761ba73597f3fdb00aba Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Fri, 9 Jul 2021 08:47:44 -0500 Subject: [PATCH] Update GfeVersion to be consistent with AppVersion --- sunshine/nvhttp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sunshine/nvhttp.cpp b/sunshine/nvhttp.cpp index bef7cd67..cffc65dd 100644 --- a/sunshine/nvhttp.cpp +++ b/sunshine/nvhttp.cpp @@ -34,7 +34,7 @@ using namespace std::literals; namespace nvhttp { constexpr auto VERSION = "7.1.431.0"; -constexpr auto GFE_VERSION = "3.12.0.1"; +constexpr auto GFE_VERSION = "3.23.0.74"; namespace fs = std::filesystem; namespace pt = boost::property_tree;