Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
totakke committed Mar 15, 2020
1 parent e7061bc commit 9dd04b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bosslint/main.clj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[io.aviso.ansi :as ansi])
(:gen-class))

(def version "0.1.0-SNAPSHOT")
(def version "0.1.0")

(defn- assert-command [command]
(when-not (util/command-exists? command)
Expand Down

0 comments on commit 9dd04b7

Please sign in to comment.