Skip to content

Commit

Permalink
Bump version numbers after release
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunio Ilmo committed Apr 13, 2024
1 parent cf5d628 commit 34f8b4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino

Oksa is currently [experimental](https://github.com/topics/metosin-experimental).

## 0.1.1-SNAPSHOT

## 0.1.0

- Adds `oksa.core/explain` as a convenience function for `malli.core/explain`
Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
(def jar-content (str build-folder "/classes")) ; folder where we collect files to pack in a jar

(def lib-name 'fi.metosin/oksa)
(def version "0.1.0")
(def version "0.1.1")
(def is-release (Boolean/parseBoolean (System/getenv "RELEASE")))
(def basis (b/create-basis {:project "deps.edn"}))
(def jar-file-name (format "%s/%s.jar" build-folder (name lib-name)))
Expand Down

0 comments on commit 34f8b4f

Please sign in to comment.