Skip to content

Commit

Permalink
SNAPSHOT version following PR #2
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Oct 25, 2023
1 parent 855957f commit ddc483b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# 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/).

## [1-alpha4-SNAPSHOT]
- fixes and tests annotating kinds #2

## [1-alpha3] - 2023-09-08
- API cleanup
- adapting to Kindly version 4-alpha3
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-advice)
(def version "1-alpha3")
(def version "1-alpha4-SNAPSHOT")
#_ ; alternatively, use MAJOR.MINOR.COMMITS:
(def version (format "1.0.%s" (b/git-count-revs nil)))

Expand Down

0 comments on commit ddc483b

Please sign in to comment.