Skip to content

Commit

Permalink
change version to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdarkdragon committed Jan 7, 2020
1 parent 11dcd97 commit 26c2a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/streamtester/streamtester.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func main() {
flag.Parse()

if *version {
fmt.Println("Stream tester version: 0.7")
fmt.Println("Stream tester version: 0.8")
fmt.Printf("Compiler version: %s %s\n", runtime.Compiler, runtime.Version())
return
}
Expand Down

0 comments on commit 26c2a07

Please sign in to comment.