I have created a new Clojure boot-clj project using boot-new
. In the 'build.boot' file I see the below line.
[org.clojure/clojure "RELEASE"]
What does the "RELEASE" mean in the above context? And what version that dependency points to? I don't see any files that pass some environment variable or something. If it means "the latest version", won't it cause issues if some backward compatibility breaks?