Skip to content

Commit 9f52357

Browse files
committed
feat: print version string when starting the tool
1 parent 3dd39bd commit 9f52357

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmd/certstream-server-go/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ func main() {
2323
}
2424

2525
log.SetFlags(log.LstdFlags | log.Lshortfile)
26+
log.Printf("Starting certstream-server-go v%s\n", config.Version)
2627

2728
conf, err := config.ReadConfig(*configFile)
2829
if err != nil {

0 commit comments

Comments
 (0)