diff --git a/version/version.go b/version/version.go index a7c519246..133446cfc 100644 --- a/version/version.go +++ b/version/version.go @@ -24,7 +24,7 @@ var steampipeVersion = "0.10.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 = "beta.0" +var prerelease = "beta.1" // Version is an instance of version.Version. This has the secondary // benefit of verifying during tests and init time that our version is a