We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0954822 commit b0930b3Copy full SHA for b0930b3
pkg/version/version.go
@@ -18,12 +18,12 @@ Also https://www.digitalocean.com/community/tutorials/using-ldflags-to-set-versi
18
**/
19
20
// The main version number that is being run at the moment.
21
-var steampipeVersion = "1.0.3"
+var steampipeVersion = "1.0.4"
22
23
// A pre-release marker for the version. If this is "" (empty string)
24
// then it means that it is a final release. Otherwise, this is a pre-release
25
// such as "dev" (in development), "beta", "rc1", etc.
26
-var prerelease = ""
+var prerelease = "rc.0"
27
28
// SteampipeVersion is an instance of semver.Version. This has the secondary
29
// benefit of verifying during tests and init time that our version is a
0 commit comments