Skip to content

Commit c474037

Browse files
committed
# 1.8.163 (2025-10-02 / 49c8795)
## Added ## Fixed ## Changed
1 parent 49c8795 commit c474037

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-
1.7
1+
1.8

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 1.7.160 (2025-10-02 / bb4fd65)
1+
# 1.8.163 (2025-10-02 / 49c8795)
22

33
## Added
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ Kaocha-cljs requires Clojure and ClojureScript 1.10 or later.
3737
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))
3838

3939
```
40-
com.lambdaisland/kaocha-cljs {:mvn/version "1.7.160"}
40+
com.lambdaisland/kaocha-cljs {:mvn/version "1.8.163"}
4141
```
4242

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

4545
```
46-
[com.lambdaisland/kaocha-cljs "1.7.160"]
46+
[com.lambdaisland/kaocha-cljs "1.8.163"]
4747
```
4848
<!-- /installation -->
4949

0 commit comments

Comments
 (0)