Skip to content

Commit

Permalink
Prepped for v0.17.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hierynomus committed Jul 7, 2016
1 parent f491e8d commit 90f8c59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= sshj - SSHv2 library for Java
Jeroen van Erp
:sshj_groupid: com.hierynomus
:sshj_version: 0.17.1
:sshj_version: 0.17.2
:source-highlighter: pygments

image:https://travis-ci.org/hierynomus/sshj.svg?branch=master[link="https://travis-ci.org/hierynomus/sshj"]
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/schmizz/sshj/DefaultConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public class DefaultConfig

private final Logger log = LoggerFactory.getLogger(getClass());

private static final String VERSION = "SSHJ_0_17_1";
private static final String VERSION = "SSHJ_0_17_2";

public DefaultConfig() {
setVersion(VERSION);
Expand Down

0 comments on commit 90f8c59

Please sign in to comment.