We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0456bda commit 0fda196Copy full SHA for 0fda196
version/version.go
@@ -17,9 +17,9 @@ var fdwVersion = "1.2.0"
17
// A pre-release marker for the version. If this is "" (empty string)
18
// then it means that it is a final release. Otherwise, this is a pre-release
19
// such as "dev" (in development), "beta", "rc1", etc.
20
-var prerelease = "rc.3"
+var prerelease = "rc.5"
21
22
-// SteampipeVersion is an instance of semver.Version. This has the secondary
+// FdwVersion is an instance of semver.Version. This has the secondary
23
// benefit of verifying during tests and init time that our version is a
24
// proper semantic version, which should always be the case.
25
var FdwVersion *semver.Version
0 commit comments