Skip to content

Commit

Permalink
Bump to v4.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
deadtrickster committed Mar 30, 2022
1 parent ffe2bf7 commit 90d75ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/overview.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@copyright 2016,2017 Ilya Khaprov <<[email protected]>>.
@title Prometheus.io client for Erlang
@version 4.8.1
@version 4.8.2

@doc
[![Hex.pm](https://img.shields.io/hexpm/v/prometheus.svg?maxAge=2592000?style=plastic)](https://hex.pm/packages/prometheus)
Expand Down
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: "4.8.1",
version: "4.8.2",
description: description(),
package: package(),
deps: deps()]
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, "4.8.1"},
{vsn, "4.8.2"},
{registered, []},
{mod, { prometheus, []}},
{applications,
Expand Down

0 comments on commit 90d75ad

Please sign in to comment.