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

@@ -7,7 +7,7 @@
<groupId>net.schmizz</groupId>
<artifactId>sshj</artifactId>
<packaging>bundle</packaging>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<name>sshj</name>
<description>SSHv2 library for Java</description>

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);