Skip to content

Commit e287af9

Browse files
committed
# 1.6.93 (2025-02-28 / be9c357)
## Fixed - Fix release process
1 parent be9c357 commit e287af9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.VERSION_PREFIX

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5
1+
1.6

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 1.6.93 (2025-02-28 / be9c357)
22

33
## Fixed
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ You can download pre-compiled binaries for Linux and Mac OS from the
4949
this one-liner.
5050

5151
``` shell
52-
clojure -Sdeps '{:deps {lambdaisland/funnel {:mvn/version "1.5.85"}}}' -m lambdaisland.funnel --help
52+
clojure -Sdeps '{:deps {lambdaisland/funnel {:mvn/version "1.6.93"}}}' -m lambdaisland.funnel --help
5353
```
5454

5555
## Build

bin/funnel_wrapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# project. When using the system `funnel` it will do a version check and warn if
66
# the version is older than what is requested.
77

8-
funnel_version="unreleased"
8+
funnel_version="1.6.93"
99
store_dir="$(pwd)/.store"
1010
install_dir="${store_dir}/funnel-${funnel_version}"
1111

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
(ns lambdaisland.funnel.version)
22

3-
(def VERSION {:version "unreleased", :date "2025-02-28", :sha "3d271b6"})
3+
(def VERSION {:version "1.6.93", :date "2025-02-28", :sha "be9c357"})

0 commit comments

Comments
 (0)