forked from loafle/openapi-generator-original
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 String API_VERSION = "apiVersion";
|
||||||
private static final Logger LOGGER = LoggerFactory.getLogger(ApexClientCodegen.class);
|
private static final Logger LOGGER = LoggerFactory.getLogger(ApexClientCodegen.class);
|
||||||
private String classPrefix = "Swag";
|
private String classPrefix = "Swag";
|
||||||
private String apiVersion = "36.0";
|
private String apiVersion = "39.0";
|
||||||
|
|
||||||
public ApexClientCodegen() {
|
public ApexClientCodegen() {
|
||||||
super();
|
super();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user