Skip to content

Commit

Permalink
bump for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lord-skinner committed Dec 21, 2024
1 parent cf1a4f8 commit 251ece9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ builds:
- CGO_ENABLED=0
ldflags:
- -s -w -X github.com/cognite-analytics/dbt-go/version.version={{.Version}}
artifacts:
- name_template: "dg_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"

release:
prerelease: auto
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package version

const Version = "v0.0.9"
const Version = "v0.0.10"

0 comments on commit 251ece9

Please sign in to comment.