Skip to content

Commit cbbd5e7

Browse files
committed
Fix missing export type ered:host() and step to 0.9.2
1 parent 022f2ad commit cbbd5e7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/ered.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, ered,
22
[{description, "Valkey client"},
3-
{vsn, "0.9.1"},
3+
{vsn, "0.9.2"},
44
{registered, []},
55
{applications,
66
[kernel,

src/ered.erl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
-export_type([opt/0,
1313
addr/0,
14+
host/0,
1415
command/0,
1516
reply/0,
1617
reply_fun/0,

0 commit comments

Comments
 (0)