Skip to content

Commit 4621805

Browse files
committed
Bump Khepri to version 0.14.0
1 parent 601499e commit 4621805

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ Using Rebar:
4848

4949
```erlang
5050
%% In rebar.config
51-
{deps, [{khepri, "0.13.0"}]}.
51+
{deps, [{khepri, "0.14.0"}]}.
5252
```
5353

5454
Using Erlang.mk:
5555

5656
```make
5757
# In your Makefile
5858
DEPS += khepri
59-
dep_khepri = hex 0.13.0
59+
dep_khepri = hex 0.14.0
6060
```
6161

6262
Using Mix:
@@ -65,7 +65,7 @@ Using Mix:
6565
# In mix.exs
6666
defp deps do
6767
[
68-
{:khepri, "0.13.0"}
68+
{:khepri, "0.14.0"}
6969
]
7070
end
7171
```

doc/overview.edoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@author The RabbitMQ team <rabbitmq-core@groups.vmware.com>
66
@copyright 2021-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
77
@title The Khepri Database
8-
@version 0.13.0
8+
@version 0.14.0
99

1010
@doc
1111
Khepri is a tree-like replicated on-disk database library for Erlang and

src/khepri.app.src

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
%% * README.md
66
%% * doc/overview.edoc
77
%% Pay attention to links in particular.
8-
{vsn, "0.13.0"},
8+
{vsn, "0.14.0"},
99
{registered, [khepri_sup,
1010
khepri_event_handler]},
1111
{applications,

0 commit comments

Comments
 (0)