Skip to content

Commit

Permalink
bump to 3.0.0-alpha7
Browse files Browse the repository at this point in the history
  • Loading branch information
deadtrickster committed Sep 9, 2016
1 parent d95c9f4 commit 66e4f65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -3,7 +3,7 @@ defmodule Prometheus.Mixfile do

def project do
[app: :prometheus,
version: "3.0.0-alpha6",
version: "3.0.0-alpha7",
description: description,
package: package]
end
Expand Down
2 changes: 1 addition & 1 deletion src/prometheus.app.src
@@ -1,6 +1,6 @@
{application, prometheus,
[{description, "Prometheus.io client in Erlang"},
{vsn, "3.0.0-alpha6"},
{vsn, "3.0.0-alpha7"},
{registered, []},
{mod, { prometheus, []}},
{applications,
Expand Down

0 comments on commit 66e4f65

Please sign in to comment.