andrewkroh / gvm

Go Version Manager (written in Go for cross-platform usability)
Apache License 2.0
186 stars 24 forks source link

adjust version naming convention for >=1.21 #62

Closed andrewkroh closed 1 year ago

andrewkroh commented 1 year ago

This makes the assumption that starting in 1.21 all future release will always include a patch number in their naming.

For example, previous versions were named like '1.20' and then '1.20.1' (there was no '1.20.0'). Now with 1.21 the first release was versioned as '1.20.0'.

Fixes #61