v0.18.0-alpha.26

This commit is contained in:
Mike Burgess
2022-12-21 22:26:59 +00:00
committed by GitHub
parent e45a47d40e
commit bf2062eddc

View File

@@ -23,7 +23,7 @@ var steampipeVersion = "0.18.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 = "alpha.25"
var prerelease = "alpha.26"
// SteampipeVersion is an instance of semver.Version. This has the secondary
// benefit of verifying during tests and init time that our version is a