From 78e311881851ccae412b4b8c2d2e55f4c27fd372 Mon Sep 17 00:00:00 2001 From: Lucas Holt Date: Sat, 9 Dec 2023 15:56:12 -0500 Subject: [PATCH] bump version after bugfix --- 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 50bf86b..99c5e29 100644 --- a/libmport/mport_private.h +++ b/libmport/mport_private.h @@ -51,7 +51,7 @@ #define MPORT_MASTER_VERSION 11 #define MPORT_BUNDLE_VERSION 6 #define MPORT_BUNDLE_VERSION_STR "6" -#define MPORT_VERSION "2.4.8" +#define MPORT_VERSION "2.4.9" #define MPORT_SETTING_MIRROR_REGION "mirror_region" #define MPORT_SETTING_TARGET_OS "target_os"