From d38c4c33b2d803ba1488017e5942c240ffa46c9b Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Fri, 10 Feb 2023 15:25:58 +0000 Subject: [PATCH] Bump release tag --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index e4ba9b9..01eebf4 100644 --- a/rebar.config +++ b/rebar.config @@ -10,7 +10,7 @@ {deps, [ {riak_pb, {git, "https://github.com/basho/riak_pb.git", {tag, "3.0.10"}}}, {webmachine, {git, "https://github.com/webmachine/webmachine.git", {tag, "1.11.1"}}}, - {riak_core, {git, "https://github.com/basho/riak_core.git", {tag, "riak_kv-3.0.13"}}}, + {riak_core, {git, "https://github.com/basho/riak_core.git", {tag, "riak_kv-3.0.14"}}}, {mochiweb, {git, "https://github.com/basho/mochiweb.git", {tag, "2.12.1+riak.3.0.4"}}} ]}.