laravelversions
                                
                                 laravelversions copied to clipboard
                                
                                    laravelversions copied to clipboard
                            
                            
                            
                        Base release version doesn't allow a "specific" version request from the API
If I visit this URL: https://laravelversions.com/api/versions/10.0.1
I get a "specific_version" embed telling me how to proceed if this is my version. Should I patch? etc.
If I visit this URL: https://laravelversions.com/api/versions/10
I don't get a specific_version embed, because we're just asking for information about this major version.
But! If I visit this URL:
https://laravelversions.com/api/versions/10.0.0
I would expect the "specific_version" embed for 10.0.0. Instead, it just gives me the same major page as 10.
I think this is a mistake?