Skip to content

Commit

Permalink
Set default API version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Apr 11, 2017
1 parent da8c5d2 commit c8d7b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/rundeck/client/RundeckClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
*/
public class RundeckClient {
public static final String USER_AGENT = Version.NAME + "/" + Version.VERSION;
public static final int API_VERS = 19;
public static final int API_VERS = 18;
public static final Pattern API_VERS_PATTERN = Pattern.compile("^(.*)(/api/(\\d+)/?)$");
public static final String ENV_BYPASS_URL = "RD_BYPASS_URL";
public static final String ENV_INSECURE_SSL = "RD_INSECURE_SSL";
Expand Down

0 comments on commit c8d7b47

Please sign in to comment.