Skip to content

Commit

Permalink
Bump Khepri to version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbbell committed Feb 12, 2024
1 parent 05d5587 commit 35a9f5b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ Using Rebar:

```erlang
%% In rebar.config
{deps, [{khepri, "0.11.0"}]}.
{deps, [{khepri, "0.12.0"}]}.
```

Using Erlang.mk:

```make
# In your Makefile
DEPS += khepri
dep_khepri = hex 0.11.0
dep_khepri = hex 0.12.0
```

Using Mix:
Expand All @@ -65,7 +65,7 @@ Using Mix:
# In mix.exs
defp deps do
[
{:khepri, "0.11.0"}
{:khepri, "0.12.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion doc/overview.edoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@author The RabbitMQ team <rabbitmq-core@groups.vmware.com>
@copyright 2021-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
@title The Khepri Database
@version 0.11.0
@version 0.12.0

@doc
Khepri is a tree-like replicated on-disk database library for Erlang and
Expand Down
2 changes: 1 addition & 1 deletion src/khepri.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%% * README.md
%% * doc/overview.edoc
%% Pay attention to links in particular.
{vsn, "0.11.0"},
{vsn, "0.12.0"},
{registered, [khepri_sup,
khepri_event_handler]},
{applications,
Expand Down

0 comments on commit 35a9f5b

Please sign in to comment.