diff --git a/README.md b/README.md index ad0aea69..e7d492ab 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Using Rebar: ```erlang %% In rebar.config -{deps, [{khepri, "0.15.0"}]}. +{deps, [{khepri, "0.16.0"}]}. ``` Using Erlang.mk: @@ -56,7 +56,7 @@ Using Erlang.mk: ```make # In your Makefile DEPS += khepri -dep_khepri = hex 0.15.0 +dep_khepri = hex 0.16.0 ``` Using Mix: @@ -65,7 +65,7 @@ Using Mix: # In mix.exs defp deps do [ - {:khepri, "0.15.0"} + {:khepri, "0.16.0"} ] end ``` diff --git a/doc/overview.edoc b/doc/overview.edoc index 48476077..381da14e 100644 --- a/doc/overview.edoc +++ b/doc/overview.edoc @@ -5,7 +5,7 @@ @author The RabbitMQ team @copyright 2021-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. @title The Khepri Database -@version 0.15.0 +@version 0.16.0 @doc Khepri is a tree-like replicated on-disk database library for Erlang and diff --git a/src/khepri.app.src b/src/khepri.app.src index adf5bb72..844d1142 100644 --- a/src/khepri.app.src +++ b/src/khepri.app.src @@ -5,7 +5,7 @@ %% * README.md %% * doc/overview.edoc %% Pay attention to links in particular. - {vsn, "0.15.0"}, + {vsn, "0.16.0"}, {registered, [khepri_sup, khepri_event_handler]}, {applications,