Skip to content

Commit

Permalink
Bump version to 1.2.0 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcypher-databricks committed Apr 20, 2023
2 parents 350ea35 + 528059c commit c8d714b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver.go
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 c8d714b

Please sign in to comment.