Bump back to snapshot.

[ci skip]
This commit is contained in:
Phil Hagelberg 2013-05-28 21:43:13 -07:00
parent 5eaad5c48d
commit e4b66b2b9e
5 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# Leiningen News -- history of user-visible changes
## 2.2.0 / ???
## 2.2.0 / 2013-05-28
* Support setting custom welcome message when repl connects. (Colin Jones)
* Fix a bug where old template versions were always fetched. (Nelson Morris)

View file

@ -4,7 +4,7 @@
# somewhere on your $PATH, like ~/bin. The rest of Leiningen will be
# installed upon first run into the ~/.lein/self-installs directory.
export LEIN_VERSION="2.2.0"
export LEIN_VERSION="2.2.1-SNAPSHOT"
case $LEIN_VERSION in
*SNAPSHOT) SNAPSHOT="YES" ;;

View file

@ -2,7 +2,7 @@
setLocal EnableExtensions EnableDelayedExpansion
set LEIN_VERSION=2.2.0
set LEIN_VERSION=2.2.1-SNAPSHOT
if "%LEIN_VERSION:~-9%" == "-SNAPSHOT" (
set SNAPSHOT=YES

View file

@ -1,4 +1,4 @@
(defproject leiningen-core "2.2.0"
(defproject leiningen-core "2.2.1-SNAPSHOT"
:url "https://github.com/technomancy/leiningen"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}

View file

@ -1,7 +1,7 @@
;; This is Leiningen's own project configuration. See doc/TUTORIAL.md
;; file as well as sample.project.clj for help writing your own.
(defproject leiningen "2.2.0"
(defproject leiningen "2.2.1-SNAPSHOT"
:description "Automate Clojure projects without setting your hair on fire."
:url "https://github.com/technomancy/leiningen"
:license {:name "Eclipse Public License"