Skip to content

Commit

Permalink
bump to v1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzl25 committed May 7, 2024
1 parent bd35b5a commit 99f8a22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dbt/adapters/risingwave/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.7.3"
version = "1.7.4"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

package_name = "dbt-risingwave"
# make sure this always matches dbt/adapters/{adapter}/__version__.py
package_version = "1.7.3"
package_version = "1.7.4"
description = """The RisingWave adapter plugin for dbt"""

with open(os.path.join(os.path.dirname(__file__), "README.md")) as f:
Expand Down

0 comments on commit 99f8a22

Please sign in to comment.