From 7f772b3199a1619f139d3fa159ef597b22473871 Mon Sep 17 00:00:00 2001 From: Lucas Holt Date: Wed, 8 Jun 2022 12:57:56 -0400 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 9d5de7b..7bd5e42 100644 --- a/libmport/mport_private.h +++ b/libmport/mport_private.h @@ -47,7 +47,7 @@ #define MPORT_MASTER_VERSION 9 #define MPORT_BUNDLE_VERSION 5 #define MPORT_BUNDLE_VERSION_STR "5" -#define MPORT_VERSION "2.2.1" +#define MPORT_VERSION "2.2.2" #define MPORT_SETTING_MIRROR_REGION "mirror_region" #define MPORT_SETTING_TARGET_OS "target_os"