Skip to content

Commit

Permalink
Update server.go removing -dev from version number
Browse files Browse the repository at this point in the history
  • Loading branch information
hlcianfagna authored Dec 28, 2023
1 parent b4b28c4 commit e5b02cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
yaml "gopkg.in/yaml.v2"
)

const version = "0.5.0-dev"
const version = "0.5.0"

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

0 comments on commit e5b02cb

Please sign in to comment.