Bump version to 2.1. (#9498)

This commit is contained in:
Jiaming Yuan
2023-08-18 01:04:04 +08:00
committed by GitHub
parent 68be454cfa
commit 58530b1bc4
14 changed files with 27 additions and 27 deletions

View File

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