Skip to content

Commit da02e89

Browse files
committed
Revert "Add and export hex_core:version/0 (#55)"
This reverts commit b85da90.
1 parent deb2747 commit da02e89

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

src/hex_core.erl

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,7 @@
3535
%% requires protobuf messages as of hex_core v0.4.0 (default: `true').
3636

3737
-module(hex_core).
38-
39-
-include("hex_core.hrl").
40-
41-
-export([default_config/0, version/0]).
38+
-export([default_config/0]).
4239

4340
-export_type([config/0]).
4441

@@ -91,6 +88,3 @@ default_config() ->
9188
repo_verify => true,
9289
repo_verify_origin => true
9390
}.
94-
95-
version() ->
96-
?HEX_CORE_VERSION.

test/hex_core_SUITE.erl

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)