Skip to content

Commit

Permalink
Merge pull request #3 from firebolt-db/HOTFIX--version-checker
Browse files Browse the repository at this point in the history
HOTFIX: allow patch differences w/ dbt-core
  • Loading branch information
ima-hima authored Oct 28, 2021
2 parents 69faaa4 + 6c7ad83 commit a80d6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def _dbt_synapse_version():
package_name = "dbt-firebolt"
package_version = _dbt_synapse_version()
description = "The Firebolt adapter plugin for dbt (data build tool)"
dbt_version = '0.21.0'
dbt_version = '0.21'

# the package version should be the dbt version, with maybe some things on the
# ends of it. (0.18.1 vs 0.18.1a1, 0.18.1.1, ...)
Expand Down

0 comments on commit a80d6d0

Please sign in to comment.