K 10 svn:author V 6 glewis K 8 svn:date V 27 2019-07-26T21:47:09.386267Z K 7 svn:log V 288 Sort VMs by version numerically * VMs were sorted by VM version by lexicographically sorting the version as a string. Switch to numeric sorting now that there are versions like 10, 11, and 12 so that the intended sort order (most recent first) is preserved. * Bump minor version. END