diff --git a/pkg/constants/image.go b/pkg/constants/image.go index 6922bc7ca5..a729c1649d 100644 --- a/pkg/constants/image.go +++ b/pkg/constants/image.go @@ -1,5 +1,5 @@ package constants const ( - BaseImageRef = "ghcr.io/turbot/steampipe/plugins" + BaseImageRef = "ghcr.io/turbot/steampipe" ) diff --git a/pkg/version/version.go b/pkg/version/version.go index 0e43548660..ba6080c648 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -18,12 +18,12 @@ Also https://www.digitalocean.com/community/tutorials/using-ldflags-to-set-versi **/ // The main version number that is being run at the moment. -var steampipeVersion = "0.24.0" +var steampipeVersion = "0.24.1" // 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 = "" +var prerelease = "rc.0" // SteampipeVersion is an instance of semver.Version. This has the secondary // benefit of verifying during tests and init time that our version is a