Skip to content

Commit

Permalink
merge in s3_region branch and bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nikogura committed Jan 12, 2023
1 parent 1be5f54 commit 606ec8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/dbt/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Run 'dbt -- catalog list' to see a list of what tools are available in your repo
`,
Example: "dbt -- catalog list",
Version: "3.3.4",
Version: "3.4.0",
Run: Run,
}

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.3.4",
"version": "3.4.0",
"package": "github.com/nikogura/dbt",
"description": "Dynamic Binary Toolkit - A framework for running self-updating signed binaries from a central, trusted repository.",
"repository": "http:https://localhost:8081/artifactory/dbt",
Expand Down
2 changes: 1 addition & 1 deletion pkg/dbt/dbt.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const ConfigFilePath = ConfigDir + "/dbt.json"
const TruststorePath = TrustDir + "/truststore"

// VERSION DBT's version
const VERSION = "3.3.4"
const VERSION = "3.4.0"

// DBT the dbt object itself
type DBT struct {
Expand Down

0 comments on commit 606ec8a

Please sign in to comment.