Skip to content

Commit

Permalink
use default executable name
Browse files Browse the repository at this point in the history
  • Loading branch information
terjesannum committed Dec 10, 2023
1 parent c7aabf5 commit 979eb78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build: deps
CGO_ENABLED=0 go build -o tibber-exporter \
CGO_ENABLED=0 go build \
-ldflags " \
-X github.com/prometheus/common/version.BuildUser=$(shell id -un) \
-X github.com/prometheus/common/version.Branch=$(shell git rev-parse --abbrev-ref HEAD) \
Expand Down
2 changes: 1 addition & 1 deletion charts/tibber-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tibber-exporter
version: 3.6.0
version: 3.6.1
description: Tibber exporter
type: application
keywords:
Expand Down

0 comments on commit 979eb78

Please sign in to comment.