Skip to content

Commit 4e33c08

Browse files
committed
version change for next release cycle
1 parent af3c300 commit 4e33c08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>clj-ssh</groupId>
66
<artifactId>clj-ssh</artifactId>
7-
<version>0.0.1-SNAPSHOT</version>
7+
<version>0.2.0-SNAPSHOT</version>
88
<name>clj-ssh</name>
99
<description>ssh from clojure</description>
1010
<scm>

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject clj-ssh "0.0.1-SNAPSHOT"
1+
(defproject clj-ssh "0.2.0-SNAPSHOT"
22
:description "ssh from clojure"
33
:dependencies [[org.clojure/clojure "1.1.0"]
44
[org.clojure/clojure-contrib "1.1.0"]

0 commit comments

Comments
 (0)