Skip to content

Commit

Permalink
Bump version number to 1.0.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Dec 6, 2009
1 parent da41a91 commit d3d53a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/lein
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="1.0.0"
VERSION="1.0.1-SNAPSHOT"

CLASSPATH="$(find -H lib/ -mindepth 2> /dev/null 1 -maxdepth 1 -print0 | tr \\0 \:)"
LEIN_JAR="$HOME/.m2/repository/leiningen/leiningen/$VERSION/leiningen-$VERSION-standalone.jar"
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
;; defproject form. It can have other code in it as well, including
;; loading other task definitions.

(defproject leiningen "1.0.0"
(defproject leiningen "1.0.1-SNAPSHOT"
:description "A build tool designed not to set your hair on fire."
:url "http://github.com/technomancy/leiningen"
:dependencies [[org.clojure/clojure "1.1.0-alpha-SNAPSHOT"]
Expand Down

0 comments on commit d3d53a4

Please sign in to comment.