Skip to content

Commit

Permalink
updated version and authors
Browse files Browse the repository at this point in the history
  • Loading branch information
Kek5chen committed Feb 27, 2025
1 parent 245b518 commit 8ee27cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"github.com/prometheus/client_golang/prometheus/promhttp"
)

const version string = "1.0"
const version string = "1.0.8"

var (
showVersion = flag.Bool("version", false, "Print version and exit")
Expand All @@ -39,7 +39,7 @@ var (
func printVersion() {
fmt.Println("cumulus-exporter")
fmt.Printf("Version: %s\n", version)
fmt.Println("Author(s): @fluepke")
fmt.Println("Author(s): @fluepke, @jwagner")
fmt.Println("Exposes varies metrics from devices running the Cumulus Linux operating system")
}

Expand Down

0 comments on commit 8ee27cc

Please sign in to comment.