lite version 1.3

This commit is contained in:
sunsuodong 2021-07-08 10:51:30 +08:00
parent 2d0fdf3904
commit 0d8ae80498
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
namespace mindspore {
namespace lite {
const int ms_version_major = 1;
const int ms_version_minor = 2;
const int ms_version_minor = 3;
const int ms_version_revision = 0;
/// \brief Global method to get a version string.