The current version tag of the library is v<major>.<minor>.<patch>.<hash>, such as v3.3.0.116da6c. Such version format has a challenge when we want to compare version in various package managers, such as vcpkg. We should go back to v<major>.<minor>.<patch> in the next release.