mirror of
https://github.com/turbot/steampipe.git
synced 2026-05-12 03:01:06 -04:00
update version to v0.10.0-beta.1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user