Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed May 4, 2021
1 parent 9600bad commit d298ccf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ CHANGES for CrateDB Prometheus Adapter
Unreleased
==========

2021-05-04 0.4.0
================

BREAKING CHANGES
----------------

Expand Down
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
yaml "gopkg.in/yaml.v2"
)

const version = "0.4.0-dev"
const version = "0.4.0"

var (
listenAddress = flag.String("web.listen-address", ":9268", "Address to listen on for Prometheus requests.")
Expand Down

0 comments on commit d298ccf

Please sign in to comment.