From df963967f57f6637a75c787ae9af50baf84471f4 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Tue, 23 Apr 2019 17:34:21 -0700 Subject: [PATCH] 8.0.1 seems to work fine. --- common/include/atmosphere/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/include/atmosphere/version.h b/common/include/atmosphere/version.h index 61078a1e5..408d1b551 100644 --- a/common/include/atmosphere/version.h +++ b/common/include/atmosphere/version.h @@ -23,6 +23,6 @@ #define ATMOSPHERE_SUPPORTED_HOS_VERSION_MAJOR 8 #define ATMOSPHERE_SUPPORTED_HOS_VERSION_MINOR 0 -#define ATMOSPHERE_SUPPORTED_HOS_VERSION_MICRO 0 +#define ATMOSPHERE_SUPPORTED_HOS_VERSION_MICRO 1 #endif \ No newline at end of file