Bump version to 1.6.1-SNAPSHOT.

This commit is contained in:
Phil Hagelberg 2011-07-01 07:24:41 -07:00
parent c96c74f5eb
commit 0a301ae611
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
LEIN_VERSION="1.6.0"
LEIN_VERSION="1.6.1-SNAPSHOT"
export LEIN_VERSION
case $LEIN_VERSION in

View file

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>leiningen</groupId>
<artifactId>leiningen</artifactId>
<version>1.6.0</version>
<version>1.6.1-SNAPSHOT</version>
<name>leiningen</name>
<description>A build tool designed not to set your hair on fire.</description>
<url>https://github.com/technomancy/leiningen</url>
@ -15,7 +15,7 @@
<scm>
<connection>scm:git:git://github.com/technomancy/leiningen.git</connection>
<developerConnection>scm:git:ssh://git@github.com/technomancy/leiningen.git</developerConnection>
<tag>868441c25ff304912ff644a831423be385bae7a9</tag>
<tag>c96c74f5eb5721b621e51f4a70c6ff0211e0d9a0</tag>
<url>https://github.com/technomancy/leiningen</url>
</scm>
<build>

View file

@ -2,7 +2,7 @@
;; defproject form. It can have other code in it as well, including
;; loading other task definitions.
(defproject leiningen "1.6.0"
(defproject leiningen "1.6.1-SNAPSHOT"
:description "A build tool designed not to set your hair on fire."
:url "https://github.com/technomancy/leiningen"
:license {:name "Eclipse Public License"}