For some reasons, Spigot tends to treat version as a number if it looks like a decimal number. So, the version "1.10" has been treated as "1.1" (which is the old version). It causes issues for Metrics to get the stats of the plugin version.
So I need to change the version template. From now the format is "X.Y.Z"