From c13bc8c2ad6af7910c44d8155da694ddcf2051c8 Mon Sep 17 00:00:00 2001 From: Puskar Basu Date: Tue, 7 Jan 2025 11:36:59 +0530 Subject: [PATCH] update version --- pkg/version/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/version/version.go b/pkg/version/version.go index 1e1c2683df..dac4fdca00 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -18,12 +18,12 @@ 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 = "1.0.1" +var steampipeVersion = "1.0.2" // 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 = "" +var prerelease = "rc.0" // SteampipeVersion is an instance of semver.Version. This has the secondary // benefit of verifying during tests and init time that our version is a