Skip to content

Commit b0930b3

Browse files
committed
update version
1 parent 0954822 commit b0930b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/version/version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ Also https://www.digitalocean.com/community/tutorials/using-ldflags-to-set-versi
1818
**/
1919

2020
// The main version number that is being run at the moment.
21-
var steampipeVersion = "1.0.3"
21+
var steampipeVersion = "1.0.4"
2222

2323
// A pre-release marker for the version. If this is "" (empty string)
2424
// then it means that it is a final release. Otherwise, this is a pre-release
2525
// such as "dev" (in development), "beta", "rc1", etc.
26-
var prerelease = ""
26+
var prerelease = "rc.0"
2727

2828
// SteampipeVersion is an instance of semver.Version. This has the secondary
2929
// benefit of verifying during tests and init time that our version is a

0 commit comments

Comments
 (0)