Skip to content

Commit

Permalink
Release v0.17.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Jul 1, 2018
1 parent 6059aaf commit 45e8479
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# CHANGELOG

## v0.17.8-dev
## v0.17.8 (2018-07-01)

### Bug fixes

* Fix private packages on Windows

## v0.17.7 (2018-04-20)

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.8-dev"
@version "0.17.8"

{:ok, system_version} = Version.parse(System.version())
@elixir_version {system_version.major, system_version.minor, system_version.patch}
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function upload {
# UPDATE THIS FOR EVERY RELEASE
hex_version=$1

build ${hex_version} 19.3 1.6.4 1.6.0
build ${hex_version} 19.3 1.6.6 1.6.0
build ${hex_version} 18.3 1.5.3 1.5.0
build ${hex_version} 18.3 1.4.5 1.4.0
build ${hex_version} 18.3 1.3.4 1.3.0
Expand Down

0 comments on commit 45e8479

Please sign in to comment.