Skip to content

Commit e79a439

Browse files
committed
v1.6.0-rc.2
1 parent e6137cb commit e79a439

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/hashicorp/go-version v1.6.0 // indirect
1010
github.com/turbot/go-kit v0.5.0
1111
// dynamic_aggregator
12-
github.com/turbot/steampipe v1.7.0-rc.0.0.20230127171459-eb1b1e6c44a1
12+
github.com/turbot/steampipe v1.7.0-rc.0.0.20230127185820-ac7df87fa95b
1313
github.com/turbot/steampipe-plugin-sdk/v5 v5.2.0-rc.2
1414
go.opentelemetry.io/otel v1.10.0
1515
google.golang.org/protobuf v1.28.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -917,8 +917,8 @@ github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1
917917
github.com/tombuildsstuff/giovanni v0.15.1/go.mod h1:0TZugJPEtqzPlMpuJHYfXY6Dq2uLPrXf98D2XQSxNbA=
918918
github.com/turbot/go-kit v0.5.0 h1:bulbpYGyOQWt4/qFAULPBdrLis//sf3VFz5mTZelv0k=
919919
github.com/turbot/go-kit v0.5.0/go.mod h1:oP9gLk6bETL4nkEuujZZbOlcv9jnHQlf7DYcI/+Ke8Q=
920-
github.com/turbot/steampipe v1.7.0-rc.0.0.20230127171459-eb1b1e6c44a1 h1:icUAatJRV3p+vjU3XaD1FPgzfVsgBXAOcnelZLp0XFk=
921-
github.com/turbot/steampipe v1.7.0-rc.0.0.20230127171459-eb1b1e6c44a1/go.mod h1:/3uvFP0TG8qMH9GLMPJO0LplOMMmmi9j1mMlqZUdZGA=
920+
github.com/turbot/steampipe v1.7.0-rc.0.0.20230127185820-ac7df87fa95b h1:b3mre4tSPC9tjfzsAoakYx01YJKhs6AAcZyFLQdn7i0=
921+
github.com/turbot/steampipe v1.7.0-rc.0.0.20230127185820-ac7df87fa95b/go.mod h1:/3uvFP0TG8qMH9GLMPJO0LplOMMmmi9j1mMlqZUdZGA=
922922
github.com/turbot/steampipe-plugin-sdk/v5 v5.2.0-rc.2 h1:bZqCfxLYfXnyY8XxFVGeXsjUzpSOpKSSGmF4mnmtMK0=
923923
github.com/turbot/steampipe-plugin-sdk/v5 v5.2.0-rc.2/go.mod h1:bfvdKaLwemr13EPOMbnr7/hOQOO7m4oM7HnVMdNotgY=
924924
github.com/ugorji/go v0.0.0-20180813092308-00b869d2f4a5/go.mod h1:hnLbHMwcvSihnDhEfx2/BzKp2xb0Y+ErdfYcrs9tkJQ=

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var fdwVersion = "1.6.0"
1616
// A pre-release marker for the version. If this is "" (empty string)
1717
// then it means that it is a final release. Otherwise, this is a pre-release
1818
// such as "dev" (in development), "beta", "rc1", etc.
19-
var prerelease = "rc.1"
19+
var prerelease = "rc.2"
2020

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

0 commit comments

Comments
 (0)