Skip to content

Commit

Permalink
Bump version to 0.4
Browse files Browse the repository at this point in the history
Summary:
Will tag release after merging

**Preliminary Reviewer(s)**: aqiu

**Final Reviewer**:

**Docs impact**:

Test Plan:
go build
./dbbench --version
go test

Reviewers: aqiu

Reviewed By: aqiu

Subscribers: engineering-list

Differential Revision: https://grizzly.internal.memcompute.com/D41257
  • Loading branch information
michaelsilver committed Aug 24, 2020
1 parent 6713f7a commit b9b4a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbbench.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func main() {
}

if *printVersion {
fmt.Println("0.3.1")
fmt.Println("0.4")
return
}

Expand Down

0 comments on commit b9b4a4e

Please sign in to comment.