Skip to content

Commit

Permalink
Bump back to snapshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Apr 12, 2012
1 parent a95f990 commit 030632a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/lein
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

LEIN_VERSION="2.0.0-preview3"
LEIN_VERSION="2.0.0-SNAPSHOT"
export LEIN_VERSION

case $LEIN_VERSION in
Expand Down
2 changes: 1 addition & 1 deletion leiningen-core/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject leiningen-core "2.0.0-preview3"
(defproject leiningen-core "2.0.0-SNAPSHOT"
:url "https://github.com/technomancy/leiningen"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
;; 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.0.0-preview3"
(defproject leiningen "2.0.0-SNAPSHOT"
:description "Automate Clojure projects without setting your hair on fire."
:url "https://github.com/technomancy/leiningen"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[leiningen-core "2.0.0-preview3"]
:dependencies [[leiningen-core "2.0.0-SNAPSHOT"]
[clucy "0.2.3"]
[lein-newnew "0.2.6"]
[reply "0.1.0-beta3"]
Expand Down

0 comments on commit 030632a

Please sign in to comment.