Skip to content

Commit

Permalink
Force project.clj version to sync with git tag/travis version
Browse files Browse the repository at this point in the history
  • Loading branch information
RickMoynihan committed Jan 31, 2018
1 parent c1179b6 commit 64b96f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
(defproject drafter "2.1.12"
(def VERSION (or (System/getenv "TRAVIS_TAG") "local-2.1.x-SNAPSHOT"))

(defproject drafter VERSION
:description "Backend PMD service"
:url "http://github.com/Swirrl/drafter"
:license {:name "Proprietary & Commercially Licensed Only"
Expand Down

0 comments on commit 64b96f6

Please sign in to comment.