We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3c300 commit 4e33c08Copy full SHA for 4e33c08
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>clj-ssh</groupId>
6
<artifactId>clj-ssh</artifactId>
7
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.2.0-SNAPSHOT</version>
8
<name>clj-ssh</name>
9
<description>ssh from clojure</description>
10
<scm>
project.clj
@@ -1,4 +1,4 @@
1
-(defproject clj-ssh "0.0.1-SNAPSHOT"
+(defproject clj-ssh "0.2.0-SNAPSHOT"
2
:description "ssh from clojure"
3
:dependencies [[org.clojure/clojure "1.1.0"]
[org.clojure/clojure-contrib "1.1.0"]
0 commit comments