Skip to content

Commit

Permalink
Version 0.2.14-alpha.
Browse files Browse the repository at this point in the history
  • Loading branch information
tengstrand committed Mar 30, 2022
1 parent 25d31bd commit e874e80
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions components/version/src/polylith/clj/core/version/interface.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
(def major 0)
(def minor 2)
(def patch 14)
(def revision "alpha-02")
(def revision "alpha")
(def name (str major "." minor "." patch "-" revision))

(def date "2022-03-28")
(def date "2022-03-30")

(defn version
([ws-type]
Expand All @@ -29,7 +29,7 @@

;; === workspace attributes (ws) ===
;;
; ws release action attribute
;; ----- ------------- ------ ------------------------------------
;; 1.1 0.2.14-alpha added :settings > :vcs > :is-git-repo
; deleted :projects > PROJECT > :is-run-tests
;; ws release action attribute
;; ----- ------------- ------- ------------------------------------
;; 1.1 0.2.14-alpha added :settings > :vcs > :is-git-repo
;; deleted :projects > PROJECT > :is-run-tests

0 comments on commit e874e80

Please sign in to comment.