Skip to content

Commit

Permalink
Use correct environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
slipset authored Sep 30, 2021
1 parent ee03469 commit 993794a
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 org.clj-commons/byte-streams (or (System/getenv "version") "0.2.5")
(defproject org.clj-commons/byte-streams (or (System/getenv "PROJECT_VERSION") "0.2.5")
:description "A simple way to handle the menagerie of Java byte representations."
:license {:name "MIT License"
:url "http://opensource.org/licenses/MIT"}
Expand Down

0 comments on commit 993794a

Please sign in to comment.