Skip to content

Commit 45c7f82

Browse files
author
José Valim
committed
Release v1.6.3
1 parent 9169b6e commit 45c7f82

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Those improvements will help developers better understand the relationship betwe
123123

124124
Other improvements in Mix include better compiler diagnostics for editor integration, support for the `--slowest N` flag in `mix test` that shows the slowest tests in your suite, and a new `mix profile.eprof` task that provides time based profiling, complementing the existing `mix profile.cprof` (count based) and `mix profile.fprof` (flame based).
125125

126-
## v1.6.3
126+
## v1.6.3 (2018-03-09)
127127

128128
### 1. Enhancements
129129

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.2
1+
1.6.3

lib/elixir/src/elixir.app.src

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, elixir,
22
[{description, "elixir"},
3-
{vsn, "1.6.2"},
3+
{vsn, "1.6.3"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)