Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Raymond Cypher <raymond.cypher@databricks.com>
  • Loading branch information
rcypher-databricks committed Apr 20, 2023
1 parent 350ea35 commit 528059c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func init() {
sql.Register("databricks", &databricksDriver{})
}

var DriverVersion = "1.1.0" // update version before each release
var DriverVersion = "1.2.0" // update version before each release

type databricksDriver struct{}

Expand Down

0 comments on commit 528059c

Please sign in to comment.