From 0cc1613d8a9b2d3af39a0d208e1621d5f8315010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Dreptin?= Date: Tue, 8 Nov 2022 00:20:36 +0100 Subject: [PATCH] 6.1.0 --- src/Games/Dashboard/AutoUpdater.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Games/Dashboard/AutoUpdater.cpp b/src/Games/Dashboard/AutoUpdater.cpp index 9f09c02..189307f 100644 --- a/src/Games/Dashboard/AutoUpdater.cpp +++ b/src/Games/Dashboard/AutoUpdater.cpp @@ -1,7 +1,7 @@ #include "pch.h" #include "Games\Dashboard\AutoUpdater.h" -#define HAYZEN_VERSION "6.0.3" +#define HAYZEN_VERSION "6.1.0" Socket AutoUpdater::s_Socket; std::string AutoUpdater::s_PluginPath;