From 2e4ce3a2918006d6d3b85ae713abedbec782171a Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 12 Feb 2024 14:09:52 +0100 Subject: [PATCH] v2024.02.12 --- CHANGELOG.md | 2 +- project.clj | 2 +- resources/CLJ_KONDO_VERSION | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82ab4ab511..55003c63fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ For a list of breaking changes, check [here](#breaking-changes). -## 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 diff --git a/project.clj b/project.clj index 66986166cc..e0c3604d85 100644 --- a/project.clj +++ b/project.clj @@ -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" diff --git a/resources/CLJ_KONDO_VERSION b/resources/CLJ_KONDO_VERSION index f06d59c705..9657ec0eb6 100644 --- a/resources/CLJ_KONDO_VERSION +++ b/resources/CLJ_KONDO_VERSION @@ -1 +1 @@ -2023.12.16-SNAPSHOT +2024.02.12