Bump version to 2.0.3 (#9895)

This commit is contained in:
Philip Hyunsu Cho
2023-12-14 17:54:05 -08:00
committed by GitHub
parent 3acbd8692b
commit 71d330afdc
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 2 /* NOLINT */
#define XGBOOST_VER_PATCH 3 /* NOLINT */
#endif // XGBOOST_VERSION_CONFIG_H_