Skip to content

Commit

Permalink
Update version to 0.1.5-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
silbermm committed Oct 14, 2023
1 parent 1b8e0d9 commit ec7082c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule ExdocCLI.MixProject do
def project do
[
app: :exdoc_cli,
version: "0.1.4",
version: "0.1.5-pre",
description: "A simple CLI for displaying built-in Elixir docs",
elixir: "~> 1.9",
start_permanent: Mix.env() == :prod,
Expand Down
2 changes: 1 addition & 1 deletion test/exdoc_cli_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defmodule ExdocCLITest do
assert capture_io("", fn ->
result = ExdocCLI.main(["--version"])
assert result == 0
end) =~ "0.1.4"
end) =~ "0.1.5-pre"
end

test "shows Enum.map/2 docs" do
Expand Down

0 comments on commit ec7082c

Please sign in to comment.