Skip to content

Commit

Permalink
v2021.09.25
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Sep 25, 2021
1 parent 00ac9c0 commit 64e7dd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 "2021.09.16-SNAPSHOT"
(defproject clj-kondo "2021.09.25"
: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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021.09.16-SNAPSHOT
2021.09.25
2 changes: 1 addition & 1 deletion script/bump-version
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version="$today"

if [ "$1" = "release" ]; then
echo -e "$version" > resources/CLJ_KONDO_VERSION
script/update-project.clj
script/update-templates.clj
elif [ "$1" = "post-release" ]; then
cat resources/CLJ_KONDO_VERSION > resources/CLJ_KONDO_RELEASED_VERSION
tomorrow=$($date_cmd $date_pattern --date='next day')
Expand Down

0 comments on commit 64e7dd2

Please sign in to comment.