From 9ff0c0832a22ee318b85dbe24139f11414710d86 Mon Sep 17 00:00:00 2001 From: Jiaming Yuan Date: Sun, 6 Nov 2022 03:19:54 +0800 Subject: [PATCH] Fix 1.7.1 version file. (#8427) --- include/xgboost/version_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xgboost/version_config.h b/include/xgboost/version_config.h index b8b4517f0..b91107f06 100644 --- a/include/xgboost/version_config.h +++ b/include/xgboost/version_config.h @@ -6,6 +6,6 @@ #define XGBOOST_VER_MAJOR 1 #define XGBOOST_VER_MINOR 7 -#define XGBOOST_VER_PATCH 0 +#define XGBOOST_VER_PATCH 1 #endif // XGBOOST_VERSION_CONFIG_H_