diff --git a/version/version.go b/version/version.go index 800440b2..a73661a8 100644 --- a/version/version.go +++ b/version/version.go @@ -18,7 +18,7 @@ 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.20.9" +var steampipeVersion = "0.21.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