Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Mar 5, 2024
1 parent 58ed56e commit a2a6ca9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- id: clj-kondo-docker
name: clj-kondo (via docker)
description: '`clj-kondo` is a command-line utility for enforcing style consistency across Clojure projects.'
entry: cljkondo/clj-kondo:2024.02.12
entry: cljkondo/clj-kondo:2024.03.05
args: [clj-kondo, --lint]
language: docker_image
types: [clojure]
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
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 "2024.03.05"
(defproject clj-kondo "2024.03.06-SNAPSHOT"
: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_RELEASED_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.02.12
2024.03.05
2 changes: 1 addition & 1 deletion resources/CLJ_KONDO_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.03.05
2024.03.06-SNAPSHOT

0 comments on commit a2a6ca9

Please sign in to comment.