From 1137e5ae575660a5abed1b40871c30406f48f34d Mon Sep 17 00:00:00 2001 From: Allen Gilliland <agilliland@gmail.com> Date: Fri, 16 Oct 2015 12:44:02 -0700 Subject: [PATCH] add "SNAPSHOT" back to the name/description of our clojure project. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index b038b1e19ef..8268f428a47 100644 --- a/project.clj +++ b/project.clj @@ -1,7 +1,7 @@ ;; -*- comment-column: 70; -*- ;; full set of options are here .. https://github.com/technomancy/leiningen/blob/master/sample.project.clj -(defproject metabase "metabase-0.12.0" +(defproject metabase "metabase-SNAPSHOT" :description "Metabase Community Edition" :url "http://metabase.com/" :min-lein-version "2.5.0" -- GitLab