forked from loafle/openapi-generator-original
* 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