You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2020/02/05 23:00:41 UTC

[GitHub] [trafficcontrol] rawlinp commented on issue #4378: updated API to version 2.1

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:
users@infra.apache.org


With regards,
Apache Git Services