Skip to content

Commit

Permalink
v1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryAtUber committed Jun 5, 2020
1 parent 8d9936f commit 2db0422
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v1.1.9 - Minor bug fix and more documentation (June 5, 2020)
v1.1.10 - Minor bug fix and more documentation (June 5, 2020)
- documentation and minor bug fix

v1.1.8 - Athenareader output style and format added (May 31, 2020)
Expand Down
2 changes: 1 addition & 1 deletion athenareader/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/uber/athenadriver/athenareader
go 1.13

require (
github.com/uber/athenadriver v1.1.9
github.com/uber/athenadriver v1.1.10
go.uber.org/fx v1.12.0
)
2 changes: 1 addition & 1 deletion go/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ const PCStopQID = "stop_query_id"
const PCGetDriverVersion = "get_driver_version"

// DriverVersion is athenadriver's version
const DriverVersion = "1.1.9"
const DriverVersion = "1.1.10"

0 comments on commit 2db0422

Please sign in to comment.