Skip to content

Commit 6455963

Browse files
committed
Update setup.py
dbt_version = "1.9"
1 parent 5a10c52 commit 6455963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
package_name = "dbt-sqlserver"
1010
authors_list = ["Mikael Ene", "Anders Swanson", "Sam Debruyn", "Cor Zuurmond", "Cody Scott"]
11-
dbt_version = "1.8"
11+
dbt_version = "1.9"
1212
description = """A Microsoft SQL Server adapter plugin for dbt"""
1313

1414
this_directory = os.path.abspath(os.path.dirname(__file__))

0 commit comments

Comments
 (0)