Skip to content

Commit

Permalink
v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
uppfinnarn committed Feb 16, 2017
1 parent a5cb919 commit 2de6a98
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 @@ -35,7 +35,7 @@ func main() {
app := cli.NewApp()
app.Name = "k6"
app.Usage = "a next generation load generator"
app.Version = "0.9.1"
app.Version = "0.9.2"
app.Commands = []cli.Command{
commandRun,
commandInspect,
Expand Down

0 comments on commit 2de6a98

Please sign in to comment.