From 37161c5d11931c73cf2e28a2788ee41c183fd9e3 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Thu, 21 Feb 2019 11:54:07 -0800 Subject: [PATCH] ams: bump version to 0.8.4 --- 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 2396eb595..6cc2ca10d 100644 --- a/common/include/atmosphere/version.h +++ b/common/include/atmosphere/version.h @@ -19,6 +19,6 @@ #define ATMOSPHERE_RELEASE_VERSION_MAJOR 0 #define ATMOSPHERE_RELEASE_VERSION_MINOR 8 -#define ATMOSPHERE_RELEASE_VERSION_MICRO 3 +#define ATMOSPHERE_RELEASE_VERSION_MICRO 4 #endif \ No newline at end of file