mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-17 01:49:05 +00:00
* Fix NullPointerException for info.version on Javascript client codegen * Set/Return project default version to 1.0.0 if info.version not found * info version null check handled and default version/appVersion value set to 1.0.0 * Removed null check for info version. Fixed DefaultGenerator code to handle null check. * Semicolon added missing