Skip to content

Commit

Permalink
Release version: 0.1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
ahonor committed Nov 29, 2016
1 parent af70f4c commit bb90dda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ url: "https://rundeck.github.io" # the base hostname & protocol for your site, e
twitter_username: rundeck
github_username: rundeck
github_url: https://github.com/rundeck/rundeck-cli
app_version: 0.1.29
app_version: 0.1.30
# Build settings
markdown: kramdown
theme: minima
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/rundeck/client/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @since 11/28/16
*/
public final class Version {
public static final String VERSION = "0.1.29";
public static final String VERSION = "0.1.30";
public static final String NAME = "rundeck-cli";

private Version() {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/rd-banner.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

- ${red}RD$$ - Rundeck API Client Tool (v0.1.29) - ${cyan}https://rundeck.github.io/rundeck-cli/$$
- ${red}RD$$ - Rundeck API Client Tool (v0.1.30) - ${cyan}https://rundeck.github.io/rundeck-cli/$$

${red}
.:'/*/'`:,·:~·–:., ,._., ._
Expand Down

0 comments on commit bb90dda

Please sign in to comment.