Skip to content

Commit

Permalink
Remove version dev note
Browse files Browse the repository at this point in the history
  • Loading branch information
paintparty committed Feb 13, 2022
1 parent 9ae819b commit 9982460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kushi/config.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
(def version* "1.0.0-alpha2")

;; You can optionally unsilence the ":LOCAL" bit when developing kushi from local filesystem (for visual feedback sanity check).
(def version (str version* ":LOCAL-QS"))
(def version (str version* #_":LOCAL-QS"))

(def kushi-cache-dir ".kushi/.cache")

Expand Down

0 comments on commit 9982460

Please sign in to comment.