Skip to content

Commit

Permalink
v1.6.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidaguerre committed Jan 27, 2023
1 parent e6137cb commit e79a439
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/turbot/go-kit v0.5.0
// dynamic_aggregator
github.com/turbot/steampipe v1.7.0-rc.0.0.20230127171459-eb1b1e6c44a1
github.com/turbot/steampipe v1.7.0-rc.0.0.20230127185820-ac7df87fa95b
github.com/turbot/steampipe-plugin-sdk/v5 v5.2.0-rc.2
go.opentelemetry.io/otel v1.10.0
google.golang.org/protobuf v1.28.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -917,8 +917,8 @@ github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1
github.com/tombuildsstuff/giovanni v0.15.1/go.mod h1:0TZugJPEtqzPlMpuJHYfXY6Dq2uLPrXf98D2XQSxNbA=
github.com/turbot/go-kit v0.5.0 h1:bulbpYGyOQWt4/qFAULPBdrLis//sf3VFz5mTZelv0k=
github.com/turbot/go-kit v0.5.0/go.mod h1:oP9gLk6bETL4nkEuujZZbOlcv9jnHQlf7DYcI/+Ke8Q=
github.com/turbot/steampipe v1.7.0-rc.0.0.20230127171459-eb1b1e6c44a1 h1:icUAatJRV3p+vjU3XaD1FPgzfVsgBXAOcnelZLp0XFk=
github.com/turbot/steampipe v1.7.0-rc.0.0.20230127171459-eb1b1e6c44a1/go.mod h1:/3uvFP0TG8qMH9GLMPJO0LplOMMmmi9j1mMlqZUdZGA=
github.com/turbot/steampipe v1.7.0-rc.0.0.20230127185820-ac7df87fa95b h1:b3mre4tSPC9tjfzsAoakYx01YJKhs6AAcZyFLQdn7i0=
github.com/turbot/steampipe v1.7.0-rc.0.0.20230127185820-ac7df87fa95b/go.mod h1:/3uvFP0TG8qMH9GLMPJO0LplOMMmmi9j1mMlqZUdZGA=
github.com/turbot/steampipe-plugin-sdk/v5 v5.2.0-rc.2 h1:bZqCfxLYfXnyY8XxFVGeXsjUzpSOpKSSGmF4mnmtMK0=
github.com/turbot/steampipe-plugin-sdk/v5 v5.2.0-rc.2/go.mod h1:bfvdKaLwemr13EPOMbnr7/hOQOO7m4oM7HnVMdNotgY=
github.com/ugorji/go v0.0.0-20180813092308-00b869d2f4a5/go.mod h1:hnLbHMwcvSihnDhEfx2/BzKp2xb0Y+ErdfYcrs9tkJQ=
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.6.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.1"
var prerelease = "rc.2"

// 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 e79a439

Please sign in to comment.