What does kSemVer mean in text_printer.cc

Does it mean the tvm version? If it is, shall it be updated to “0.8.dev0”? Otherwise does it represent parser version (only my guess)? Just curious about it.

static const char* kSemVer = “0.0.5”;

(file location: tvm/src/printer/text_printer.cc at a492db89d9d7ddfc773baec0e8ee0ee09a9487c5 · apache/tvm · GitHub)

Lots of thanks. :slight_smile: