Skip to content

Commit

Permalink
Correctly specify version
Browse files Browse the repository at this point in the history
  • Loading branch information
slipset committed Jan 28, 2021
1 parent 847f871 commit ee4e1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject clj-commons/clj-yaml (or (System/getenv "version") "0.7.2")
(defproject clj-commons/clj-yaml (or (System/getenv "PROJECT_VERSION") "0.7.2")
:description "YAML encoding and decoding for Clojure using SnakeYAML"
:url "https://github.com/clj-commons/clj-yaml"
:license {:name "Eclipse Public License - v 1.0"
Expand Down

0 comments on commit ee4e1cf

Please sign in to comment.