We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee03469 commit 993794aCopy full SHA for 993794a
project.clj
@@ -1,4 +1,4 @@
1
-(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")
2
:description "A simple way to handle the menagerie of Java byte representations."
3
:license {:name "MIT License"
4
:url "http://opensource.org/licenses/MIT"}
0 commit comments