Skip to content

Commit

Permalink
Update to 1.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Aug 3, 2024
1 parent 0f342cd commit 25b8023
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Changelog
===========

*Also see [Tools and installer changelog](https://github.com/clojure/brew-install/blob/1.11.3/CHANGELOG.md)*
*Also see [Tools and installer changelog](https://github.com/clojure/brew-install/blob/1.11.4/CHANGELOG.md)*

* next
* Update to Clojure 1.11.4
* 0.19.1432 on May 1, 2024
* Update to tools.deps.cli in root deps.edn
* 0.19.1428 on Apr 24, 2024
Expand Down
2 changes: 1 addition & 1 deletion VERSION_TEMPLATE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.19.GENERATED_VERSION
0.20.GENERATED_VERSION
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<mavenVersion>3.8.8</mavenVersion>

<!-- default published in install deps.edn -->
<clojure.default>1.11.3</clojure.default>
<clojure.default>1.11.4</clojure.default>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/clojure/tools/deps/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:paths ["src"]

:deps {
org.clojure/clojure {:mvn/version "1.11.3"}
org.clojure/clojure {:mvn/version "1.11.4"}
}

:aliases {
Expand Down

0 comments on commit 25b8023

Please sign in to comment.