Skip to content

Commit

Permalink
Merge pull request #483 from dbt-msft/v1.7.3-release
Browse files Browse the repository at this point in the history
🚀: v1.7.3 patch version bump
  • Loading branch information
schlich authored Feb 28, 2024
2 parents 07bcd5a + 7a84d6d commit 37654e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name: Release new version

on: # yamllint disable-line rule:truthy
push:
tags:
- 'v*'
release:
types:
- published

jobs:
release-version:
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/sqlserver/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.7.2"
version = "1.7.3"

0 comments on commit 37654e1

Please sign in to comment.