Skip to content

Commit

Permalink
version 4-alpha4 - generate kindly from a specification
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Sep 15, 2023
1 parent 4c75669 commit 2267f27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## [4-alpha4-SNAPSHOT]
## [4-alpha4] - 2023-09-15
- generate kindly from a specification (#4)

## [4-alpha3] - 2023-09-08
Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[org.corfield.build :as bb]))

(def lib 'org.scicloj/kindly)
(def version "4-alpha4-SNAPSHOT")
(def version "4-alpha4")
#_ ; alternatively, use MAJOR.MINOR.COMMITS:
(def version (format "1.0.%s" (b/git-count-revs nil)))

Expand Down

0 comments on commit 2267f27

Please sign in to comment.