Skip to content

Commit

Permalink
bump to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deadtrickster committed Jul 25, 2016
1 parent 2723b0b commit d2c763d
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 @@ -3,7 +3,7 @@ defmodule Prometheus.Mixfile do

def project do
[app: :prometheus,
version: "1.5.0",
version: "1.6.0",
description: description,
package: package]
end
Expand Down
2 changes: 1 addition & 1 deletion src/prometheus.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, prometheus,
[{description, "Prometheus.io client in Erlang"},
{vsn, "1.5.0"},
{vsn, "1.6.0"},
{registered, []},
{mod, { prometheus, []}},
{applications,
Expand Down

0 comments on commit d2c763d

Please sign in to comment.