Extension function to convert a string to a Version instance.
The string to convert to a version
A new Version instance wrapping the string
Example:
val version = "2.1.3".toVersion()