diff --git a/src/mac/app-Info.plist b/src/mac/app-Info.plist index 928a988f13..8c369e3eb0 100644 --- a/src/mac/app-Info.plist +++ b/src/mac/app-Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.8.5 + 0.8.6 NSPrincipalClass NSApplication LSMinimumSystemVersion diff --git a/src/nw_version.h b/src/nw_version.h index 7ca8a46f8f..a82ddb04cb 100644 --- a/src/nw_version.h +++ b/src/nw_version.h @@ -23,7 +23,7 @@ #define NW_MAJOR_VERSION 0 #define NW_MINOR_VERSION 8 -#define NW_PATCH_VERSION 5 +#define NW_PATCH_VERSION 6 #define NW_VERSION_IS_RELEASE 1 #ifndef NW_STRINGIFY