Skip to content

Commit

Permalink
fix(Fix version.go Version const): It got out-of-sync
Browse files Browse the repository at this point in the history
Mistakenly put the version number in the minor slot in the version.go, and then let it get out of sync while figuring out GoReleaser. Now that this is sorted and the Homebrew tap is working, future releases should be more substantial.
  • Loading branch information
gwenwindflower committed Apr 14, 2024
1 parent 8694751 commit 29af171
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion forms.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func Forms() (formResponse FormResponse) {
huh.NewNote().
Title("🏁 Welcome to tbd! 🏎️✨").
Description(fmt.Sprintf(`A sweet and speedy code generator for dbt.
¸.•✴︎•.¸.•✴︎•.¸.•✴︎•. _%s_ .•✴︎•.¸.•✴︎•.¸.•✴︎•.¸
¸.•✴︎•.¸.•✴︎•.¸.•✴︎•. _%s_ .•✴︎•.¸.•✴︎•.¸.•✴︎•.¸
Currently supports *Snowflake*, *BigQuery*, and *DuckDB*.
Generates:
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const Version = "0.7.0"
const Version = "0.0.11"

0 comments on commit 29af171

Please sign in to comment.