let's make next release sshj 0.6.0

This commit is contained in:
Shikhar Bhushan
2011-09-26 12:37:21 +01:00
parent b218186cae
commit 43b0599e1f
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ public class DefaultConfig
private final Logger log = LoggerFactory.getLogger(getClass());
private static final String VERSION = "SSHJ_0_5_1";
private static final String VERSION = "SSHJ_0_6_0";
public DefaultConfig() {
setVersion(VERSION);