rawlinp commented on issue #4378: updated API to version 2.1 URL: https://github.com/apache/trafficcontrol/pull/4378#issuecomment-582654302 Yeah unfortunately the routing code models the version as a float, so I can see why 2.0 ends up being just 2. Ideally we would refactor that to use the `Version` struct which is just two unsigned ints -- one for major and one for minor -- but I don't _personally_ mind just going to 2.1 to get it out sooner. It's kind of confusing at first, but at the end of the day it's just a number.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
