Skip to content

Commit

Permalink
feat: Bump version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Nov 28, 2023
1 parent cb594c7 commit bcf0ea3
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,4 +1,4 @@
TAG = v0.1.0
TAG = v0.2.0
IMAGE = sikalabs/prometheus-node-exporter-to-json
IMAGE_LATEST = ${IMAGE}:latest
IMAGE_TAGGED = ${IMAGE}:${TAG}
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type Node struct {
Hostname string
}

var VERSION = "v0.1.0"
var VERSION = "v0.2.0"
var PROMETHEUS_URL string
var NODES = []Node{}
var HOSTNAME string
Expand Down

0 comments on commit bcf0ea3

Please sign in to comment.