Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YaSuenag committed Oct 27, 2016
1 parent f6b66f9 commit 5112ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
var Name = "hsbeat"

func main() {
if err := beat.Run(Name, "", beater.New); err != nil {
if err := beat.Run(Name, "0.2.0", beater.New); err != nil {
os.Exit(1)
}
}

0 comments on commit 5112ccc

Please sign in to comment.