Skip to content

Commit 993794a

Browse files
authored
Use correct environment variable
1 parent ee03469 commit 993794a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.clj-commons/byte-streams (or (System/getenv "version") "0.2.5")
1+
(defproject org.clj-commons/byte-streams (or (System/getenv "PROJECT_VERSION") "0.2.5")
22
:description "A simple way to handle the menagerie of Java byte representations."
33
:license {:name "MIT License"
44
:url "http://opensource.org/licenses/MIT"}

0 commit comments

Comments
 (0)