mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-18 17:48:14 +08:00

Previously, if the sagan meta-data did not provide a default, the live instance wouldn't have one either. This means that all requests that do not provide an explicit boot version will fail as well. This commit sets the first version as the default if no default exists. Closes gh-267