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 da423e8 commit f0bba10Copy full SHA for f0bba10
version/version.go
@@ -15,7 +15,7 @@ var fdwVersion = "1.8.0"
15
// A pre-release marker for the version. If this is "" (empty string)
16
// then it means that it is a final release. Otherwise, this is a pre-release
17
// such as "dev" (in development), "beta", "rc1", etc.
18
-var prerelease = "rc.4"
+var prerelease = "rc.5"
19
20
// FdwVersion is an instance of semver.Version. This has the secondary
21
// benefit of verifying during tests and init time that our version is a
0 commit comments