Skip to content

Commit

Permalink
v2024.02.12
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Feb 12, 2024
1 parent c004abe commit 2e4ce3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -17,7 +17,7 @@ For a list of breaking changes, check [here](#breaking-changes).
<!-- - [ ] update lein-clj-kondo -->
<!-- - [ ] update carve -->

## Unreleased
## 2024.02.12

- [#2274](https://github.com/clj-kondo/clj-kondo/issues/2274): Support clojure 1.12 new type hint notations
- [#1917](https://github.com/clj-kondo/clj-kondo/issues/1917): detect string being called as function
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Expand Up @@ -2,7 +2,7 @@
;; To change dependencies, update deps.edn and run script/update-project.clj.
;; To change other things, edit project.template.clj and run script/update-project.clj.

(defproject clj-kondo "2023.12.16-SNAPSHOT"
(defproject clj-kondo "2024.02.12"
:description "A linter for Clojure that sparks joy."
:url "https://github.com/clj-kondo/clj-kondo"
:scm {:name "git"
Expand Down
2 changes: 1 addition & 1 deletion resources/CLJ_KONDO_VERSION
@@ -1 +1 @@
2023.12.16-SNAPSHOT
2024.02.12

0 comments on commit 2e4ce3a

Please sign in to comment.