Build-version about libtorch-win-shared-with-deps-debug-1.10+cu113

I think words in build-version in libtorch-win-shared-with-deps-debug-1.10+cu113 seems wrong.
It should be 1.10.0+cu113 but it reads "1.10.1+cu113. "

Could you explain a bit more why the 1.10.1 version tag is wrong?

I want to download libtorch-win-shared-with-deps-debug-1.10.0, so I change
https://download.pytorch.org/libtorch/cu113/libtorch-win-shared-with-deps-debug-1.10.1%2Bcu113.zip to
https://download.pytorch.org/libtorch/cu113/libtorch-win-shared-with-deps-debug-1.10.0%2Bcu113.zip

After I download libtorch-win-shared-with-deps-debug-1.10.0 , I found the tag is 1.10.1+cu113 . Meanwhile, I download libtorch-win-shared-with-deps-debug-1.10.1 , the tag is also 1.10.1+cu113 .

libtorch-win-shared-with-deps-debug-1.10.0 and libtorch-win-shared-with-deps-debug-1.10.1 ara the same tag “1.10.1+cu113”

Where do you get this tag from?
After downloading the 1.10.0 zip file, I see that build-version defines it at 1.10.0+cu113 while CAFFE2_VERSION, PACKAGE_VERSION, and TORCH_VERISON are defined as 1.10.0, which is expected.

I check it again. Build-version in libtorch-win-shared-with-deps-debug-1.10.0+cu113 is right. You are right. Maybe I got some mistakes. Thank you for your reply.