From dd890e83498fcb254de485e2a3aa195f67fbe59c Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Thu, 2 Feb 2023 17:25:30 +0000 Subject: [PATCH] Tag for release --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index f071f418..433660a6 100644 --- a/rebar.config +++ b/rebar.config @@ -24,7 +24,7 @@ {lager, {git, "https://github.com/erlang-lager/lager.git", {tag, "3.8.0"}}}, {ranch, {git, "https://github.com/ninenines/ranch.git", {tag, "1.6.2"}}}, {ebloom,{git, "https://github.com/basho/ebloom.git", {tag, "2.1.0"}}}, - {riak_kv, {git, "https://github.com/basho/riak_kv.git", {branch, "develop-3.0"}}} + {riak_kv, {git, "https://github.com/basho/riak_kv.git", {tag, "riak_kv-3.0.13"}}} ]}. {plugins, [{rebar3_gpb_plugin, {git, "https://github.com/basho/rebar3_gpb_plugin", {tag, "2.15.1+riak.3.0.4"}}},