Add support for periodic ping

This commit is contained in:
loki 2021-07-04 17:12:41 +02:00
commit 616f62fb9f
2 changed files with 25 additions and 21 deletions

View file

@ -33,7 +33,7 @@
using namespace std::literals;
namespace nvhttp {
constexpr auto VERSION = "7.1.404.0";
constexpr auto VERSION = "7.1.415.0";
constexpr auto GFE_VERSION = "3.12.0.1";
namespace fs = std::filesystem;