Skip to content

Commit

Permalink
Increment minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranshila committed Sep 11, 2021
1 parent e90c8d7 commit 4de690a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[clojure.string :as str]))

(def lib 'com.kiranshila/cybermonday)
(def version (format "0.2.%s" (b/git-count-revs nil)))
(def version (format "0.3.%s" (b/git-count-revs nil)))

(defn sha
[{:keys [dir path] :or {dir "."} :as params}]
Expand Down

0 comments on commit 4de690a

Please sign in to comment.