From e7951d762eee51c007e24ff0803f932112e9dbf8 Mon Sep 17 00:00:00 2001 From: Lucas Holt Date: Thu, 23 Feb 2023 13:34:53 -0500 Subject: [PATCH] bump version --- libmport/mport_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmport/mport_private.h b/libmport/mport_private.h index b491b0d..54fb7c6 100644 --- a/libmport/mport_private.h +++ b/libmport/mport_private.h @@ -50,7 +50,7 @@ #define MPORT_MASTER_VERSION 10 #define MPORT_BUNDLE_VERSION 5 #define MPORT_BUNDLE_VERSION_STR "5" -#define MPORT_VERSION "2.2.6" +#define MPORT_VERSION "2.2.7" #define MPORT_SETTING_MIRROR_REGION "mirror_region" #define MPORT_SETTING_TARGET_OS "target_os"