Skip to content

Commit 93b9ee7

Browse files
committed
# 0.10.37 (2025-08-25 / 262e81e)
## Added ## Fixed ## Changed
1 parent 262e81e commit 93b9ee7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.VERSION_PREFIX

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9
1+
0.10

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 0.10.37 (2025-08-25 / 262e81e)
22

33
## Added
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ Configuration library
2828
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))
2929

3030
```
31-
com.lambdaisland/config {:mvn/version "0.9.34"}
31+
com.lambdaisland/config {:mvn/version "0.10.37"}
3232
```
3333

3434
or add the following to your `project.clj` ([Leiningen](https://leiningen.org/))
3535

3636
```
37-
[com.lambdaisland/config "0.9.34"]
37+
[com.lambdaisland/config "0.10.37"]
3838
```
3939
<!-- /installation -->
4040

0 commit comments

Comments
 (0)