Bump version to 2.0.1. (#9660)

This commit is contained in:
Jiaming Yuan
2023-10-13 08:47:32 +08:00
committed by GitHub
parent 92273b39d8
commit 58aa98a796
14 changed files with 27 additions and 27 deletions

View File

@@ -6,6 +6,6 @@
#define XGBOOST_VER_MAJOR 2 /* NOLINT */
#define XGBOOST_VER_MINOR 0 /* NOLINT */
#define XGBOOST_VER_PATCH 0 /* NOLINT */
#define XGBOOST_VER_PATCH 1 /* NOLINT */
#endif // XGBOOST_VERSION_CONFIG_H_