Skip to content

Commit

Permalink
Automatic version bump to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Apr 11, 2023
1 parent ff46fc5 commit 7a03150
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.3.0"
__version__ = "1.3.1"

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

0 comments on commit 7a03150

Please sign in to comment.