File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -48,15 +48,15 @@ Using Rebar:
48
48
49
49
``` erlang
50
50
% % In rebar.config
51
- {deps , [{khepri , " 0.13 .0" }]}.
51
+ {deps , [{khepri , " 0.14 .0" }]}.
52
52
```
53
53
54
54
Using Erlang.mk:
55
55
56
56
``` make
57
57
# In your Makefile
58
58
DEPS += khepri
59
- dep_khepri = hex 0.13 .0
59
+ dep_khepri = hex 0.14 .0
60
60
```
61
61
62
62
Using Mix:
@@ -65,7 +65,7 @@ Using Mix:
65
65
# In mix.exs
66
66
defp deps do
67
67
[
68
- {:khepri , " 0.13 .0" }
68
+ {:khepri , " 0.14 .0" }
69
69
]
70
70
end
71
71
```
Original file line number Diff line number Diff line change 5
5
@author The RabbitMQ team <rabbitmq-core@groups.vmware.com>
6
6
@copyright 2021-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
7
7
@title The Khepri Database
8
- @version 0.13 .0
8
+ @version 0.14 .0
9
9
10
10
@doc
11
11
Khepri is a tree-like replicated on-disk database library for Erlang and
Original file line number Diff line number Diff line change 5
5
% % * README.md
6
6
% % * doc/overview.edoc
7
7
% % Pay attention to links in particular.
8
- {vsn , " 0.13 .0" },
8
+ {vsn , " 0.14 .0" },
9
9
{registered , [khepri_sup ,
10
10
khepri_event_handler ]},
11
11
{applications ,
You can’t perform that action at this time.
0 commit comments