Skip to content

Commit

Permalink
Bump to v0.17.5-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed Apr 18, 2018
1 parent 2cf60e1 commit 10112c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CHANGELOG

## v0.17.5-dev

## v0.17.4 (2018-04-18)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Hex.MixProject do
use Mix.Project

@version "0.17.4"
@version "0.17.5-dev"

{:ok, system_version} = Version.parse(System.version())
@elixir_version {system_version.major, system_version.minor, system_version.patch}
Expand Down

0 comments on commit 10112c1

Please sign in to comment.