From a24fb3486917a1d0e34b26a2a7cc37b2e855a392 Mon Sep 17 00:00:00 2001 From: Bryan Paxton Date: Tue, 30 Jul 2019 07:16:37 -0500 Subject: Update vendored in hex_core to version 0.5.1 version 0.5.1 is a maintenance release of hex_core specifically for rebar3 which contains a configuration update. Prior to v0.5.1 if no repo_organization key was set this could result in a function clause error. The behavior is to now set repo_organization to undefined in this case. --- src/r3_hex_core.hrl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/r3_hex_core.hrl') diff --git a/src/r3_hex_core.hrl b/src/r3_hex_core.hrl index 31c2bf9..7d19c84 100644 --- a/src/r3_hex_core.hrl +++ b/src/r3_hex_core.hrl @@ -1,3 +1,3 @@ -%% Vendored from hex_core v0.5.0, do not edit manually +%% Vendored from hex_core v0.5.1, do not edit manually --define(HEX_CORE_VERSION, "0.5.0"). +-define(HEX_CORE_VERSION, "0.5.1"). -- cgit v1.1