Skip to content

Commit

Permalink
New relase
Browse files Browse the repository at this point in the history
  • Loading branch information
slipset committed Feb 29, 2020
1 parent a4e92ae commit 6ff1a7e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ released to fix that problem.
Merge the following into your `$HOME/.lein/profiles.clj` file:

```clojure
{:user {:plugins [[jonase/eastwood "0.3.8"]] }}
{:user {:plugins [[jonase/eastwood "0.3.9"]] }}
```

To run Eastwood with the default set of lint warnings on all of the
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject jonase/eastwood "0.3.8"
(defproject jonase/eastwood "0.3.9"
:description "A Clojure lint tool"
:url "https://github.com/jonase/eastwood"
:license {:name "Eclipse Public License"
Expand Down
4 changes: 2 additions & 2 deletions resources/EASTWOOD_VERSION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
:major 0
:minor 3
:patch 8
:patch 9
:pre-release nil
:build nil
:sha "10261c29a9c9ebb979d65ceb31ae5a7fcda88705"
:sha "a4e92ae24182df37b431fcca3910d62b957f6434"
}

0 comments on commit 6ff1a7e

Please sign in to comment.