Skip to content

Commit

Permalink
Automatic version bump to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Apr 6, 2023
1 parent 8a4dd32 commit 70a48a2
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.4.0"
__version__ = "1.4.1"

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

0 comments on commit 70a48a2

Please sign in to comment.