Skip to content

Commit

Permalink
v1.8.0-rc.14
Browse files Browse the repository at this point in the history
Update Steampipe reference
  • Loading branch information
kaidaguerre committed Sep 26, 2023
1 parent 4170851 commit 5559696
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ require (
github.com/hashicorp/go-hclog v1.5.0
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/turbot/go-kit v0.9.0-rc.0
// multi_plugin_aggregator
github.com/turbot/steampipe v1.7.0-rc.0.0.20230925152325-21e4906c7693
// main 58501197b8ca41428298239934413805f1297cdc
github.com/turbot/steampipe v1.7.0-rc.0.0.20230926151303-58501197b8ca
github.com/turbot/steampipe-plugin-sdk/v5 v5.6.0-rc.30
go.opentelemetry.io/otel v1.17.0
google.golang.org/protobuf v1.31.0
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var fdwVersion = "1.8.0"
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc.
var prerelease = "rc.13"
var prerelease = "rc.14"

// FdwVersion is an instance of semver.Version. This has the secondary
// benefit of verifying during tests and init time that our version is a
Expand Down

0 comments on commit 5559696

Please sign in to comment.