mirror of
https://github.com/Fishwaldo/rundeck-api-java-client.git
synced 2025-07-08 05:58:39 +00:00
Use api version 10
This commit is contained in:
parent
e3291e3dab
commit
9ca85e810f
1 changed files with 2 additions and 1 deletions
|
@ -101,6 +101,7 @@ public class RundeckClient implements Serializable {
|
||||||
V7(7),
|
V7(7),
|
||||||
V8(8),
|
V8(8),
|
||||||
V9(9),
|
V9(9),
|
||||||
|
V10(10),
|
||||||
;
|
;
|
||||||
|
|
||||||
private int versionNumber;
|
private int versionNumber;
|
||||||
|
@ -114,7 +115,7 @@ public class RundeckClient implements Serializable {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/** Version of the API supported */
|
/** Version of the API supported */
|
||||||
public static final transient int API_VERSION = Version.V9.getVersionNumber();
|
public static final transient int API_VERSION = Version.V10.getVersionNumber();
|
||||||
|
|
||||||
private static final String API = "/api/";
|
private static final String API = "/api/";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue