Skip to content

Commit

Permalink
print out the version in main
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Toshok committed Oct 2, 2020
1 parent c7e9259 commit d5efd7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package main

import (
"fmt"
"os"

libhoney "github.com/honeycombio/libhoney-go"
Expand All @@ -26,6 +27,7 @@ func main() {
var ciProvider string
var wcfg watchConfig

fmt.Println("buildevents version:", Version)
root := commandRoot(&config, &filename, &ciProvider)

// Put 'em all together
Expand Down

0 comments on commit d5efd7d

Please sign in to comment.