Skip to content

Commit

Permalink
update version to 1.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
marminthibaut committed Jul 12, 2016
1 parent 929bb49 commit 3702775
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 @@ -9,7 +9,7 @@ import (
)

func main() {
err := beat.Run("dockerbeat", "1.0.0-rc1", beater.New())
err := beat.Run("dockerbeat", "1.0.0-rc2", beater.New())
if err != nil {
os.Exit(1)
}
Expand Down

0 comments on commit 3702775

Please sign in to comment.