mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-04 14:40:53 +00:00
Updated default Apex API version to v39 (Spring '17 release) (#5678)
This commit is contained in:
parent
8314f4e78a
commit
9f1c3e3e50
@ -19,7 +19,7 @@ public class ApexClientCodegen extends AbstractJavaCodegen {
|
||||
private static final String API_VERSION = "apiVersion";
|
||||
private static final Logger LOGGER = LoggerFactory.getLogger(ApexClientCodegen.class);
|
||||
private String classPrefix = "Swag";
|
||||
private String apiVersion = "36.0";
|
||||
private String apiVersion = "39.0";
|
||||
|
||||
public ApexClientCodegen() {
|
||||
super();
|
||||
|
Loading…
x
Reference in New Issue
Block a user