Skip to content

Commit

Permalink
Fix BigQuery api version mismatch (#360)
Browse files Browse the repository at this point in the history
* Fix broken BQ version for the API package. Fixes #358

* Bump the version too
  • Loading branch information
lewish authored Aug 12, 2019
1 parent 3413b8d commit a730cd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/api.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@dataform/core": "$DF_VERSION",
"@dataform/protos": "$DF_VERSION",
"@google-cloud/bigquery": "^1.3.0",
"@google-cloud/bigquery": "^4.1.1",
"@types/glob": "^7.1.1",
"bluebird": "^3.5.3",
"cron-parser": "^2.11.0",
Expand Down
2 changes: 1 addition & 1 deletion version.bzl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# NOTE: If you change the format of this line, you must change the bash command
# in /scripts/publish to extract the version string correctly.
DF_VERSION = "1.2.0"
DF_VERSION = "1.2.1"

0 comments on commit a730cd6

Please sign in to comment.