diff --git a/bin/lein b/bin/lein index c2e06ec97..f106e7e35 100755 --- a/bin/lein +++ b/bin/lein @@ -1,6 +1,6 @@ -#!/bin/sh +#!/bin/bash -export LEIN_VERSION="1.7.0-SNAPSHOT" +export LEIN_VERSION="1.7.0" case $LEIN_VERSION in *SNAPSHOT) SNAPSHOT="YES" ;; diff --git a/bin/lein.bat b/bin/lein.bat index 7128d34cb..2c442dfeb 100644 --- a/bin/lein.bat +++ b/bin/lein.bat @@ -1,6 +1,6 @@ @echo off -set LEIN_VERSION=1.7.0-SNAPSHOT +set LEIN_VERSION=1.7.0 setLocal EnableExtensions EnableDelayedExpansion diff --git a/pom.xml b/pom.xml index 85650ae67..da3e1eb77 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 leiningen leiningen - 1.7.0-SNAPSHOT + 1.7.0 leiningen Automate Clojure projects without setting your hair on fire. https://github.com/technomancy/leiningen @@ -16,7 +16,7 @@ scm:git:git://github.com/technomancy/leiningen.git scm:git:ssh://git@github.com/technomancy/leiningen.git - 29f3956fcbff1ec33d0607cbab16c55b9db8dc2f + e182f4c71dfed4512db842e689c1597fabfa459c https://github.com/technomancy/leiningen diff --git a/project.clj b/project.clj index 0bb1ef143..d2f9f9505 100644 --- a/project.clj +++ b/project.clj @@ -2,7 +2,7 @@ ;; defproject form. It can have other code in it as well, including ;; loading other task definitions. -(defproject leiningen "1.7.0-SNAPSHOT" +(defproject leiningen "1.7.0" :description "Automate Clojure projects without setting your hair on fire." :url "https://github.com/technomancy/leiningen" :license {:name "Eclipse Public License"}