Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Jan 20, 2023
1 parent 0c69711 commit a63c354
Show file tree
Hide file tree
Showing 5 changed files with 5 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:2023.01.16
entry: cljkondo/clj-kondo:2023.01.20
args: [clj-kondo, --lint]
language: docker_image
types: [clojure]
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ For a list of breaking changes, check [here](#breaking-changes).
<!-- - [ ] homebrew: ./update-clj-kondo -->
<!-- - [ ] clj-kondo pod -->
<!-- - [ ] script/bump_version post-release -->
<!-- - [ ] update carve -->

## 2023.01.20

Expand Down
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 "2023.01.20"
(defproject clj-kondo "2023.01.21-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 @@
2023.01.16
2023.01.20
2 changes: 1 addition & 1 deletion resources/CLJ_KONDO_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023.01.20
2023.01.21-SNAPSHOT

0 comments on commit a63c354

Please sign in to comment.