Skip to content

Commit

Permalink
Release v0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Feb 2, 2014
1 parent c961a73 commit 0159de8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v0.12.3-dev
# v0.12.3 (2014-02-02)

* Enhancements
* [Kernel] Warnings now are explicitly tagged with "warning:" in messages
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.3-dev
0.12.3
2 changes: 1 addition & 1 deletion lib/mix/test/mix/tasks/deps_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ defmodule Mix.Tasks.DepsTest do
Mix.Tasks.Deps.run []

msg = "warning: the dependency ok requires Elixir \"~> 0.1.0\" but you are " <>
"running on v0.12.3-dev, please run mix deps.update ok to update it"
"running on v#{System.version}, please run mix deps.update ok to update it"
assert_received { :mix_shell, :error, [^msg] }
end
end
Expand Down
2 changes: 1 addition & 1 deletion src/elixir.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, elixir,
[{description, "elixir"},
{vsn, "0.12.3-dev"},
{vsn, "0.12.3"},
{modules, [
elixir
]},
Expand Down

0 comments on commit 0159de8

Please sign in to comment.