Skip to content

Commit

Permalink
Automatic version bump to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Sep 2, 2024
1 parent d6bae7c commit 30fffb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/adapters/firebolt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from dbt.adapters.firebolt.impl import FireboltAdapter
from dbt.include import firebolt

__version__ = "1.7.0"
__version__ = "1.8.0"

Plugin = AdapterPlugin(
adapter=FireboltAdapter, # type: ignore
Expand Down

0 comments on commit 30fffb1

Please sign in to comment.