Skip to content

Commit 9e63e77

Browse files
committed
update tools release
1 parent e837fe5 commit 9e63e77

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

content/guides/install_clojure.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Clojure (the language) is provided as a Java ARchive (JAR) file, available in th
1515

1616
This page concerns the command-line tool (the Clojure CLI). This tool (used by the commands `clojure` and `clj`) can download Clojure itself and other Clojure or JVM-based libraries. **Any version of the Clojure CLI can download or use any version of the Clojure language itself (they are independent).**
1717

18-
The version numbers of the language and the CLI are separate but related. The Clojure language has a 3 part-version (like `1.11.2`) and the Clojure CLI has a 4-part version (like `1.11.2.1441`). The leading 3 parts of the CLI version indicate which version of the Clojure language will be used by default in a REPL, unless you specify otherwise in the <<xref/../../../reference/deps_edn#,deps.edn>> configuration file.
18+
The version numbers of the language and the CLI are separate but related. The Clojure language has a 3 part-version (like `1.11.3`) and the Clojure CLI has a 4-part version (like `1.11.3.1456`). The leading 3 parts of the CLI version indicate which version of the Clojure language will be used by default in a REPL, unless you specify otherwise in the <<xref/../../../reference/deps_edn#,deps.edn>> configuration file.
1919

2020
== Mac OS instructions
2121

content/releases/tools.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ For more information see the following docs:
2222

2323
Recent official releases are described here. Prereleases and older versions can be found in the https://github.com/clojure/brew-install/blob/1.11.1/CHANGELOG.md[repo changelog].
2424

25+
=== 1.11.3.1456 (Apr 24, 2024) [[v1.11.3.1456]]
26+
27+
* Update default Clojure version to 1.11.3
28+
* Updated tools.deps, tools.deps.cli to latest
29+
2530
=== 1.11.2.1446 (Mar 8, 2024) [[v1.11.2.1446]]
2631

2732
* Update default Clojure version to 1.11.2

0 commit comments

Comments
 (0)