update version to v0.10.0-beta.1

This commit is contained in:
kai
2021-11-21 11:01:34 +00:00
parent 3bb4bf97d3
commit c232da12e9

View File

@@ -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